GraphQL reference

MarkWhatsNewSeenInput

Input

Autogenerated input type of MarkWhatsNewSeen

mutation { user { markWhatsNewSeen } }

Example

mutation MarkWhatsNewSeen($input: MarkWhatsNewSeenInput!) {
  user {
    markWhatsNewSeen(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
nowISO8601DateTime!