DismissNotifsForEntityInput
InputAutogenerated input type of DismissNotifsForEntity
mutation { organization(id: $organizationId) { project(id: $projectId) { dismissNotifsForEntity } } }
Example
mutation DismissNotifsForEntity(
$organizationId: ID!
$projectId: ID!
$input: DismissNotifsForEntityInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
dismissNotifsForEntity(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| notifIds | [ID!] | — |
| now | ISO8601DateTime | — |