Skip to main content

EventScopedCustomFieldDefinitions

The custom field definitions for the different types of objects within the event.

type EventScopedCustomFieldDefinitions {
contacts(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
exhibitionBookings(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
exhibitionStandTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionFeeTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionGroups(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionRegistrations(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functions(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
hotelBookings(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
hotels(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
marketingGroups(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
marketingRecords(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
marketingSubTags(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
marketingTags(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
noteTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
notes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
presentations(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
registrationGroups(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
registrationTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
registrations(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
sessionRoles(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
sessions(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
}

Fields

EventScopedCustomFieldDefinitions.contacts ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for contacts within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.contacts.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.contacts.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.contacts.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.exhibitionBookings ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for exhibition bookings within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.exhibitionBookings.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.exhibitionBookings.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.exhibitionBookings.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.exhibitionStandTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for exhibition stand types within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.exhibitionStandTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.exhibitionStandTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.exhibitionStandTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.functionFeeTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function fee types within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.functionFeeTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.functionFeeTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.functionFeeTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.functionGroups ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function groups within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.functionGroups.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.functionGroups.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.functionGroups.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.functionRegistrations ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function registrations within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.functionRegistrations.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.functionRegistrations.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.functionRegistrations.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.functions ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for functions within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.functions.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.functions.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.functions.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.hotelBookings ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for hotel bookings within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.hotelBookings.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.hotelBookings.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.hotelBookings.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.hotels ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for hotels within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.hotels.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.hotels.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.hotels.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.marketingGroups ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for marketing groups within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.marketingGroups.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.marketingGroups.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.marketingGroups.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.marketingRecords ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for marketing records within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.marketingRecords.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.marketingRecords.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.marketingRecords.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.marketingSubTags ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for marketing sub-tags within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.marketingSubTags.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.marketingSubTags.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.marketingSubTags.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.marketingTags ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for marketing tags within the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.marketingTags.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.marketingTags.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.marketingTags.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.noteTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for note types for the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.noteTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.noteTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.noteTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.notes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for the event notes.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.notes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.notes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.notes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.presentations ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for presentations for the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.presentations.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.presentations.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.presentations.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.registrationGroups ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for registration groups for the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.registrationGroups.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.registrationGroups.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.registrationGroups.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.registrationTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for registration types for the event.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.registrationTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.registrationTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.registrationTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.registrations ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for the event registrations.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.registrations.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.registrations.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.registrations.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.sessionRoles ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for the event session roles.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.sessionRoles.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.sessionRoles.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.sessionRoles.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldDefinitions.sessions ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for the event sessions.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
EventScopedCustomFieldDefinitions.sessions.input ● CustomFieldDefinitionSearchFilterInput! non-null input
EventScopedCustomFieldDefinitions.sessions.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldDefinitions.sessions.offset ● NonNegativeInt! non-null scalar

Member Of

Event object