_ProteinMapsProteinsDirections

No description

type _ProteinMapsProteinsDirections {
mappedBy(
first: Int = 0
offset: Int = 0
orderBy: [_MapsProteinOrdering] = []
filter: _MapsProteinFilter
): [_ProteinMapsProteins]
protein(
first: Int = 0
offset: Int = 0
orderBy: [_MapsProteinOrdering] = []
filter: _MapsProteinFilter
): [_ProteinMapsProteins]
}

Fields

mappedBy ([_ProteinMapsProteins])

Field for the Protein node this MAPS relationship is coming from.

protein ([_ProteinMapsProteins])

Field for the Protein node this MAPS relationship is going to.