OBJECT
SparkyQueryEdge
An edge in a connection.
link GraphQL Schema definition
- type SparkyQueryEdge {
- # The item at the end of the edge.
- : SparkyQuery
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type SparkyQueryEdge {
- # The item at the end of the edge.
- : SparkyQuery
- # A cursor for use in pagination.
- : Cursor!
- }