RootDocumentsEdge
An edge in a connection.
type RootDocumentsEdge {
node: DocumentType
cursor: String!
unread: Boolean
}
Fields
RootDocumentsEdge.node
● DocumentType
object
The item at the end of the edge
RootDocumentsEdge.cursor
● String!
non-null scalar
A cursor for use in pagination
RootDocumentsEdge.unread
● Boolean
scalar
Member of
RootDocumentsConnection
object