ENUM

OrganizationMemberOrderByInput

link GraphQL Schema definition

  • enum OrganizationMemberOrderByInput {
  • id_ASC
  • id_DESC
  • createdAt_ASC
  • createdAt_DESC
  • updatedAt_ASC
  • updatedAt_DESC
  • suspended_ASC
  • suspended_DESC
  • isHost_ASC
  • isHost_DESC
  • displayName_ASC
  • displayName_DESC
  • }