Skip to main content

CreateSubscriptionInput

No description

input CreateSubscriptionInput {
subscriptionName: String!
medium: String!
}

Fields

CreateSubscriptionInput.subscriptionName ● String! non-null scalar

Notification type to subscribe to. Must be one of the caller's role-specific defaults (customer vs. solution-provider), or the mutation rejects it.

CreateSubscriptionInput.medium ● String! non-null scalar

Delivery channel for the subscription, e.g. email.

Member Of

createSubscription mutation