UpdateUserSubscriptionInput
All input for the updateUserSubscription mutation.
input UpdateUserSubscriptionInput {
clientMutationId: String
patch: UserSubscriptionPatch!
id: String!
}
Fields
UpdateUserSubscriptionInput.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.
UpdateUserSubscriptionInput.patch ● UserSubscriptionPatch! non-null input
An object where the defined keys will be set on the UserSubscription being updated.
UpdateUserSubscriptionInput.id ● String! non-null scalar
Member Of
updateUserSubscription mutation