DeleteEventScopedCustomFieldTabInput
Defines the input details for deleting a custom field tab for an event.
input DeleteEventScopedCustomFieldTabInput {
customFieldTabId: ID!
eventId: ID!
}
Fields
DeleteEventScopedCustomFieldTabInput.customFieldTabId ● ID! non-null scalar
The identifier of the custom field tab.
DeleteEventScopedCustomFieldTabInput.eventId ● ID! non-null scalar
The identifier of the event the custom field tab is associated with.
Member Of
deleteEventScopedCustomFieldTab mutation