EditProjectSettingsInput
InputAutogenerated input type of EditProjectSettings
mutation { organization(id: $organizationId) { editProjectSettings } }
Example
mutation EditProjectSettings(
$organizationId: ID!
$input: EditProjectSettingsInput!
) {
organization(id: $organizationId) {
editProjectSettings(input: $input) {
project
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createCoverPhoto | CreateAttachment | — |
| deleteCoverPhoto | JSON | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| number | String | — |
| settingsUpdatedAt | ISO8601DateTime! | — |