DocumentEdge
One file together with the cursor that marks its position in the connection.
type DocumentEdge {
node: Document!
cursor: String!
}
Fields
DocumentEdge.node ● Document! non-null object
The item at the end of the edge.
DocumentEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
DocumentConnection object