INPUT_OBJECT
TopicOrder
Ordering options for Topic connections
link GraphQL Schema definition
- input TopicOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Topics.
- : TopicOrderField!
- }
INPUT_OBJECT
Ordering options for Topic connections
- input TopicOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Topics.
- : TopicOrderField!
- }