DeleteEventScopedCustomFieldTabPayload
Payload when deleting a custom field tab for an event.
type DeleteEventScopedCustomFieldTabPayload {
success: Boolean!
}
Fields
DeleteEventScopedCustomFieldTabPayload.success ● Boolean! non-null scalar
Indicates whether the custom field tab was deleted successfully.
Returned By
deleteEventScopedCustomFieldTab mutation