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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).