Skip to main content

CreateEventScopedCustomFieldDefinitionPayload

Payload when creating a custom field definition for an event.

type CreateEventScopedCustomFieldDefinitionPayload {
customFieldDefinition: EventCustomFieldDefinition!
}

Fields

CreateEventScopedCustomFieldDefinitionPayload.customFieldDefinition ● EventCustomFieldDefinition! non-null object

The newly created custom field definition.

Returned By

createEventScopedCustomFieldDefinition mutation