EventUserResponse
Response type for deleting an event user.
type EventUserResponse {
success: Boolean!
error: EventUserError!
}
Fields
EventUserResponse.success ● Boolean! non-null scalar
EventUserResponse.error ● EventUserError! non-null enum event
Returned By
DeleteEventUser mutation