Organization
No description
type Organization {
id: ID!
name: String!
billingType: BillingType!
deletedAt: DateTime
createdAt: DateTime!
updatedAt: DateTime!
configuration: OrganizationConfiguration!
}
Fields
Organization.id ● ID! non-null scalar
The ID of the organization
Organization.name ● String! non-null scalar
The name of the organization
Organization.billingType ● BillingType! non-null enum
The billing type of the organization
Organization.deletedAt ● DateTime scalar
The date and time the organization was deleted
Organization.createdAt ● DateTime! non-null scalar
Organization.updatedAt ● DateTime! non-null scalar
The date and time the organization was last updated
Organization.configuration ● OrganizationConfiguration! non-null object
The configuration of the organization
Returned By
organization query ● organizationUpdate mutation