UpdateEventUserResponse
Response type for updating an event user.
type UpdateEventUserResponse {
success: Boolean!
error: UpdateEventUserError!
}
Fields
UpdateEventUserResponse.success ● Boolean! non-null scalar
UpdateEventUserResponse.error ● UpdateEventUserError! non-null enum event
Returned By
UpdateEventUser mutation