Skip to content

createSubscriptionPayload

Autogenerated return type of createSubscription.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createSubscription.
"""
type createSubscriptionPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
subscription: SubscriptionInstance
}