Skip to content

createRupaOrderPayload

Autogenerated return type of createRupaOrder.

Fields

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

Used By

Definition

"""
Autogenerated return type of createRupaOrder.
"""
type createRupaOrderPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
rupa_order_url: String
}