CreateEventScopedCustomFieldTabPayload
Payload when creating a custom field tab for an event.
type CreateEventScopedCustomFieldTabPayload {
customFieldTab: CustomFieldTab!
}
Fields
CreateEventScopedCustomFieldTabPayload.customFieldTab ● CustomFieldTab! non-null object
The newly created custom field tab.
Returned By
createEventScopedCustomFieldTab mutation