_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.
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MapsProteinOrdering])
- 
filter(_MapsProteinFilter)
protein ([_ProteinMapsProteins])
Field for the Protein node this MAPS relationship is going to.
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MapsProteinOrdering])
- 
filter(_MapsProteinFilter)