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