Skip to content

createSuperBillPayload

Autogenerated return type of createSuperBill.

Fields

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

Used By

Definition

"""
Autogenerated return type of createSuperBill.
"""
type createSuperBillPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
superBill: SuperBill
}