ENUM

OrganizationsOrderBy

Methods to use when ordering Organization.

link GraphQL Schema definition

  • enum OrganizationsOrderBy {
  • NATURAL
  • ID_ASC
  • ID_DESC
  • NAME_ASC
  • NAME_DESC
  • STORAGE_ACCOUNT_URL_ASC
  • STORAGE_ACCOUNT_URL_DESC
  • STORAGE_ACCOUNT_KEY_ASC
  • STORAGE_ACCOUNT_KEY_DESC
  • STORAGE_ACCOUNT_SECRET_ASC
  • STORAGE_ACCOUNT_SECRET_DESC
  • STORAGE_ACCOUNT_BUCKET_ASC
  • STORAGE_ACCOUNT_BUCKET_DESC
  • ITEM_API_URL_ASC
  • ITEM_API_URL_DESC
  • AUTO_LABEL_IMAGES_ASC
  • AUTO_LABEL_IMAGES_DESC
  • ADDRESS_ASC
  • ADDRESS_DESC
  • EMAIL_ASC
  • EMAIL_DESC
  • PHONE_NUMBER_ASC
  • PHONE_NUMBER_DESC
  • PRIMARY_KEY_ASC
  • PRIMARY_KEY_DESC
  • }