Responsible
No description
type Responsible {
  type: String!
  investigator(
    first: Int = 0
    offset: Int = 0
    orderBy: [_InvestigatorOrdering] = []
    filter: _InvestigatorFilter
  ): [Investigator]
  _id: String
}
Fields
type (String!)
investigator ([Investigator])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_InvestigatorOrdering])
- 
filter(_InvestigatorFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.