RegisterApplePayDomainInput
Input for registerApplePayDomain.
input RegisterApplePayDomainInput {
domainName: String!
}
Fields
RegisterApplePayDomainInput.domainName ● String! non-null scalar
The domain name to register for Apple Pay (e.g. example.com). The domain association file must be hosted at https://<domain>/.well-known/apple-developer-merchantid-domain-association over HTTPS with a valid SSL certificate before calling this mutation.
Member Of
registerApplePayDomain mutation