GraphQL reference

MarkWhatsNewSeenPayload

Object

Autogenerated return 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.
constructableUrlString
errors[String!]!