EntitiesEdge
A Entity edge in the connection.
type EntitiesEdge {
cursor: Cursor
node: Entity!
}
Fields
EntitiesEdge.cursor ● Cursor scalar
A cursor for use in pagination.
EntitiesEdge.node ● Entity! non-null object
The Entity at the end of the edge.
Member Of
EntitiesConnection object