CreateUserSubscriptionInput
All input for the create UserSubscription mutation.
input CreateUserSubscriptionInput {
clientMutationId: String
userSubscription: UserSubscriptionInput!
}
Fields
CreateUserSubscriptionInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateUserSubscriptionInput.userSubscription ● UserSubscriptionInput! non-null input
The UserSubscription to be created by this mutation.
Member Of
createUserSubscription mutation