Skip to content

GraphQL Schema Reference

BaseSortOrder

The base/common sorting field that can be used for most connections

GraphQL Schema definition

  • input BaseSortOrder {
  • # The direction in which to order by the specified field
  • direction: OrderDirection
  • # The field in which to order by
  • field: BaseSortField!
  • }

Require by