Skip to content

addPharmacyPayload

Autogenerated return type of addPharmacy.

Fields

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

Used By

Definition

"""
Autogenerated return type of addPharmacy.
"""
type addPharmacyPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
pharmacy: Pharmacy
}