Skip to main content

DeleteEventScopedCustomFieldDefinitionInput

Defines the input for deleting a custom field definition in an event.

input DeleteEventScopedCustomFieldDefinitionInput {
customFieldDefinitionId: ID!
eventId: ID!
}

Fields

DeleteEventScopedCustomFieldDefinitionInput.customFieldDefinitionId ● ID! non-null scalar

The identifier of the custom field definition.

DeleteEventScopedCustomFieldDefinitionInput.eventId ● ID! non-null scalar

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

Member Of

deleteEventScopedCustomFieldDefinition mutation