Skip to main content

UpdateEventScopedCustomFieldTabInput

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

input UpdateEventScopedCustomFieldTabInput {
customFieldTabId: ID!
eventId: ID!
name: String!
}

Fields

UpdateEventScopedCustomFieldTabInput.customFieldTabId ● ID! non-null scalar

The identifier of the custom field tab.

UpdateEventScopedCustomFieldTabInput.eventId ● ID! non-null scalar

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

UpdateEventScopedCustomFieldTabInput.name ● String! non-null scalar

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

Member Of

updateEventScopedCustomFieldTab mutation