Skip to content

copyOfferingPayload

Autogenerated return type of copyOffering.

Fields

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

Used By

Definition

"""
Autogenerated return type of copyOffering.
"""
type copyOfferingPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
offering: Offering
}