UpdateEventScopedCustomFieldTabPayload
Payload when updating a custom field tab for an event.
type UpdateEventScopedCustomFieldTabPayload {
customFieldTab: CustomFieldTab!
}
Fields
UpdateEventScopedCustomFieldTabPayload.customFieldTab ● CustomFieldTab! non-null object
The updated custom field tab.
Returned By
updateEventScopedCustomFieldTab mutation