ContentCountableEdge
No description
type ContentCountableEdge {
node: Content!
cursor: String!
}
Fields
ContentCountableEdge.node ● Content! non-null object
The item at the end of the edge.
ContentCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
ContentCountableConnection object