UpdateExhibitorsPayload
No description
type UpdateExhibitorsPayload {
exhibitors: [Exhibitor!]
errors: [PayloadError!]
}
Fields
UpdateExhibitorsPayload.exhibitors ● [Exhibitor!] list object
UpdateExhibitorsPayload.errors ● [PayloadError!] list object
Returned By
updateExhibitors mutation