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