BodyTextCollection

No description

type BodyTextCollection {
id: ID!
papers(
first: Int = 0
offset: Int = 0
orderBy: [_PaperOrdering] = []
filter: _PaperFilter
): [Paper]
bodyTexts(
first: Int = 0
offset: Int = 0
orderBy: [_HasBodyTextOrdering] = []
filter: _BodyTextCollectionHasBodyTextFilter
): [_BodyTextCollectionBodyTexts]
_id: String
}

Fields

id (ID!)

papers ([Paper])

bodyTexts ([_BodyTextCollectionBodyTexts])

_id (String)

Generated field for querying the Neo4j system id of this node.