INPUT_OBJECT

NewsletterSubscribeMutationInput

Autogenerated input type of NewsletterSubscribeMutation

link GraphQL Schema definition

  • input NewsletterSubscribeMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Email to subscribe
  • email: String!
  • # Service to verify requests against. If not supplied, API Key auth is required.
  • authorizationType: MutationAuthorization
  • # Token to verify with `authorizationType` service
  • token: String
  • }