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