MarkWhatsNewSeenInput
InputAutogenerated input type of MarkWhatsNewSeen
mutation { user { markWhatsNewSeen } }
Example
mutation MarkWhatsNewSeen($input: MarkWhatsNewSeenInput!) {
user {
markWhatsNewSeen(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime! | — |