_ProteinMapsProteins
No description
type _ProteinMapsProteins {
  source: String!
  taxid: String
  _id: String
  Protein: Protein
}
Fields
source (String!)
taxid (String)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
Protein (Protein)
Field for the Protein node this MAPS relationship is going to.