CreateOrganizationInput
InputAutogenerated input type of CreateOrganization
mutation { organization(id: $organizationId) { createOrganization } }
Example
mutation CreateOrganization(
$organizationId: ID!
$input: CreateOrganizationInput!
) {
organization(id: $organizationId) {
createOrganization(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createdAt | ISO8601DateTime! | — |
| demoDataType | String | — |
| disableEmails | Boolean | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| number | Int | — |
| updatedAt | ISO8601DateTime! | — |
| withDemoData | Boolean | — |