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