INPUT_OBJECT
WaitlistEntryOrder
Ordering options for WaitlistEntry connections
link GraphQL Schema definition
- input WaitlistEntryOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order WaitlistEntries.
- : WaitlistEntryOrderField!
- }