SetProjectSubscriptionDefaultInput
InputAutogenerated input type of SetProjectSubscriptionDefault
mutation { organization(id: $organizationId) { project(id: $projectId) { setProjectSubscriptionDefault } } }
Example
mutation SetProjectSubscriptionDefault(
$organizationId: ID!
$projectId: ID!
$input: SetProjectSubscriptionDefaultInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
setProjectSubscriptionDefault(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| channel | String! | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID | — |
| level | String | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| overriddenAt | ISO8601DateTime | — |
| projectId | ID | — |