Skip to main content

CreateEventScopedCustomFieldTabInput

Defines the input details for creating an event custom field tab.

input CreateEventScopedCustomFieldTabInput {
area: EventScopedCustomFieldArea!
eventId: ID!
name: String!
}

Fields

CreateEventScopedCustomFieldTabInput.area ● EventScopedCustomFieldArea! non-null enum

The area in an event the custom field tab applies to.

CreateEventScopedCustomFieldTabInput.eventId ● ID! non-null scalar

The identifier of the event the custom field tab is associated with.

CreateEventScopedCustomFieldTabInput.name ● String! non-null scalar

A UTF-8 string representing the name of the custom field tab.

Member Of

createEventScopedCustomFieldTab mutation