Skip to main content

BillingSubscriptionPayload

No description

type BillingSubscriptionPayload {
successful: Boolean!
messages: [ValidationMessage]
result: BillingSubscription
}

Fields

successful (Boolean!)

Indicates if the mutation completed successfully or not.

messages ([ValidationMessage])

A list of failed validations. May be blank or null if mutation succeeded.

result (BillingSubscription)

The object created/updated/deleted by the mutation. May be null if mutation failed.