OrganizationSortField

open_in_new

The set of fields that a org may be sorted on.

GraphQL Schema definition

  • enum OrganizationSortField {
  • # The org's date of creation.
  • created
  • # The org's name.
  • name
  • # The org's status.
  • status
  • # The org's subscription id which is linked to service level.
  • subscription_id
  • }