INPUT_OBJECT
NewsletterSubscribeMutationInput
Autogenerated input type of NewsletterSubscribeMutation
link GraphQL Schema definition
- input NewsletterSubscribeMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Email to subscribe
- String! :
- # Service to verify requests against. If not supplied, API Key auth is required.
- MutationAuthorization :
- # Token to verify with `authorizationType` service
- String :
- }