Skip to main content

OrganizationBase

No description

type OrganizationBase {
id: ID!
name: String!
billingType: BillingType!
deletedAt: DateTime
createdAt: DateTime!
updatedAt: DateTime!
configuration: OrganizationConfiguration!
}

Fields

OrganizationBase.id ● ID! non-null scalar

The ID of the organization

OrganizationBase.name ● String! non-null scalar

The name of the organization

OrganizationBase.billingType ● BillingType! non-null enum

The billing type of the organization

OrganizationBase.deletedAt ● DateTime scalar

The date and time the organization was deleted

OrganizationBase.createdAt ● DateTime! non-null scalar

OrganizationBase.updatedAt ● DateTime! non-null scalar

The date and time the organization was last updated

OrganizationBase.configuration ● OrganizationConfiguration! non-null object

The configuration of the organization

Member Of

OrganizationBaseEdge object ● Organizations object