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