DocumentLinkedDocumentsConnectionTypeConnection
A connection to a list of items.
type DocumentLinkedDocumentsConnectionTypeConnection {
pageInfo: PageInfo!
edges: [DocumentLinkedDocumentsConnectionTypeEdge]
}
Fields
DocumentLinkedDocumentsConnectionTypeConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
DocumentLinkedDocumentsConnectionTypeConnection.edges
● [DocumentLinkedDocumentsConnectionTypeEdge]
list object
A list of edges.
Member of
DocumentType
object