Abstract
No description
type Abstract {
  _hash_id: ID
  section: String
  text: String!
  fragments(
    first: Int = 0
    offset: Int = 0
    orderBy: [_FromAbstractOrdering] = []
    filter: _FromAbstractFilter
  ): [FromAbstract]
  collections(
    first: Int = 0
    offset: Int = 0
    orderBy: [_HasAbstractOrdering] = []
    filter: _AbstractHasAbstractFilter
  ): [_AbstractCollections]
  citation(
    first: Int = 0
    offset: Int = 0
    orderBy: [_AbstractHasCitationOrdering] = []
    filter: _AbstractAbstractHasCitationFilter
  ): [_AbstractCitation]
  mentions(
    first: Int = 0
    offset: Int = 0
    orderBy: [_AbstractMentionsOrdering] = []
    filter: _AbstractAbstractMentionsFilter
  ): [_AbstractMentions]
  _id: String
}
Fields
_hash_id (ID)
section (String)
text (String!)
fragments ([FromAbstract])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_FromAbstractOrdering])
- 
filter(_FromAbstractFilter)
collections ([_AbstractCollections])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_HasAbstractOrdering])
- 
filter(_AbstractHasAbstractFilter)
citation ([_AbstractCitation])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_AbstractHasCitationOrdering])
- 
filter(_AbstractAbstractHasCitationFilter)
mentions ([_AbstractMentions])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_AbstractMentionsOrdering])
- 
filter(_AbstractAbstractMentionsFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.