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