INPUT_OBJECT
UserBlockOrder
Ordering options for UserBlock connections
link GraphQL Schema definition
- input UserBlockOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order UserBlocks.
- : UserBlockOrderField!
- }
INPUT_OBJECT
Ordering options for UserBlock connections
- input UserBlockOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order UserBlocks.
- : UserBlockOrderField!
- }