INPUT_OBJECT
SparkyPromptOrder
Ordering options for SparkyPrompt connections
link GraphQL Schema definition
- input SparkyPromptOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order SparkyPrompts.
- : SparkyPromptOrderField!
- }