CreateProjectInput
InputAutogenerated input type of CreateProject
mutation { organization(id: $organizationId) { createProject } }
Example
mutation CreateProject(
$organizationId: ID!
$input: CreateProjectInput!
) {
organization(id: $organizationId) {
createProject(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| address1 | String | — |
| address2 | String | — |
| city | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| country | String | — |
| createdAt | ISO8601DateTime! | — |
| excludeFromAccountingIntegrations | Boolean | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| number | String | — |
| postalCode | String | — |
| state | String | — |
| updatedAt | ISO8601DateTime! | — |