Skip to main content

EventScopedCustomFieldTabs

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

type EventScopedCustomFieldTabs {
ceClassifications(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
ceSubClassifications(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
contactGroups(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
contacts(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
courseFeeTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
courseRegistrations(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
courses(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
exhibitionBookings(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
exhibitionStandTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functionFeeTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functionGroups(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functionRegistrations(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functions(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
hotelBookings(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
hotels(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
marketingGroups(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
marketingRecords(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
marketingSubTags(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
marketingTags(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
noteTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
notes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
presentationTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
presentations(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
registrationGroups(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
registrationTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
registrations(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
roomTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
sessionRoles(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
sessions(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
sponsorships(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
travelBookings(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
travelSectors(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
travelTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
}

Fields

EventScopedCustomFieldTabs.ceClassifications ● [CustomFieldTab!]! non-null object

The custom field tabs for continuing education classifications within the event.

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

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).
EventScopedCustomFieldTabs.ceClassifications.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.ceClassifications.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.ceClassifications.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.ceSubClassifications ● [CustomFieldTab!]! non-null object

The custom field tabs for continuing education sub classifications within the event.

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

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).
EventScopedCustomFieldTabs.ceSubClassifications.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.ceSubClassifications.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.ceSubClassifications.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.contactGroups ● [CustomFieldTab!]! non-null object

The custom field tabs for contact groups within the event.

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

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).
EventScopedCustomFieldTabs.contactGroups.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.contactGroups.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.contactGroups.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.contacts ● [CustomFieldTab!]! non-null object

The custom field tabs for contacts within the event.

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

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).
EventScopedCustomFieldTabs.contacts.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.contacts.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.contacts.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.courseFeeTypes ● [CustomFieldTab!]! non-null object

The custom field tabs for course fee types within the event.

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

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).
EventScopedCustomFieldTabs.courseFeeTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.courseFeeTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.courseFeeTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.courseRegistrations ● [CustomFieldTab!]! non-null object

The custom field tabs for course registrations within the event.

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

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).
EventScopedCustomFieldTabs.courseRegistrations.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.courseRegistrations.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.courseRegistrations.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.courses ● [CustomFieldTab!]! non-null object

The custom field tabs for courses within the event.

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

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).
EventScopedCustomFieldTabs.courses.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.courses.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.courses.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.exhibitionBookings ● [CustomFieldTab!]! non-null object

The custom field tabs for exhibition bookings within the event.

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

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).
EventScopedCustomFieldTabs.exhibitionBookings.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.exhibitionBookings.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.exhibitionBookings.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.exhibitionStandTypes ● [CustomFieldTab!]! non-null object

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

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

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).
EventScopedCustomFieldTabs.exhibitionStandTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.exhibitionStandTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.exhibitionStandTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.functionFeeTypes ● [CustomFieldTab!]! non-null object

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

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

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).
EventScopedCustomFieldTabs.functionFeeTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.functionFeeTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.functionFeeTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.functionGroups ● [CustomFieldTab!]! non-null object

The custom field tabs for function groups within the event.

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

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).
EventScopedCustomFieldTabs.functionGroups.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.functionGroups.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.functionGroups.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.functionRegistrations ● [CustomFieldTab!]! non-null object

The custom field tabs for function registrations within the event.

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

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).
EventScopedCustomFieldTabs.functionRegistrations.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.functionRegistrations.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.functionRegistrations.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.functions ● [CustomFieldTab!]! non-null object

The custom field tabs for functions within the event.

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

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).
EventScopedCustomFieldTabs.functions.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.functions.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.functions.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.hotelBookings ● [CustomFieldTab!]! non-null object

The custom field tabs for hotel bookings within the event.

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

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).
EventScopedCustomFieldTabs.hotelBookings.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.hotelBookings.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.hotelBookings.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.hotels ● [CustomFieldTab!]! non-null object

The custom field tabs for hotels within the event.

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

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).
EventScopedCustomFieldTabs.hotels.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.hotels.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.hotels.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.marketingGroups ● [CustomFieldTab!]! non-null object

The custom field tabs for marketing groups within the event.

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

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).
EventScopedCustomFieldTabs.marketingGroups.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.marketingGroups.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.marketingGroups.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.marketingRecords ● [CustomFieldTab!]! non-null object

The custom field tabs for marketing records within the event.

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

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).
EventScopedCustomFieldTabs.marketingRecords.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.marketingRecords.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.marketingRecords.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.marketingSubTags ● [CustomFieldTab!]! non-null object

The custom field tabs for marketing sub tags within the event.

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

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).
EventScopedCustomFieldTabs.marketingSubTags.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.marketingSubTags.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.marketingSubTags.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.marketingTags ● [CustomFieldTab!]! non-null object

The custom field tabs for marketing tags within the event.

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

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).
EventScopedCustomFieldTabs.marketingTags.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.marketingTags.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.marketingTags.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.noteTypes ● [CustomFieldTab!]! non-null object

The custom field tabs for note types within the event.

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

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).
EventScopedCustomFieldTabs.noteTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.noteTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.noteTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.notes ● [CustomFieldTab!]! non-null object

The custom field tabs for notes within the event.

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

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).
EventScopedCustomFieldTabs.notes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.notes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.notes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.presentationTypes ● [CustomFieldTab!]! non-null object

The custom field tabs for presentation types within the event.

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

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).
EventScopedCustomFieldTabs.presentationTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.presentationTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.presentationTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.presentations ● [CustomFieldTab!]! non-null object

The custom field tabs for presentations within the event.

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

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).
EventScopedCustomFieldTabs.presentations.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.presentations.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.presentations.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.registrationGroups ● [CustomFieldTab!]! non-null object

The custom field tabs for registration groups within the event.

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

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).
EventScopedCustomFieldTabs.registrationGroups.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.registrationGroups.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.registrationGroups.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.registrationTypes ● [CustomFieldTab!]! non-null object

The custom field tabs for registration types within the event.

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

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).
EventScopedCustomFieldTabs.registrationTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.registrationTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.registrationTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.registrations ● [CustomFieldTab!]! non-null object

The custom field tabs for registrations within the event.

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

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).
EventScopedCustomFieldTabs.registrations.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.registrations.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.registrations.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.roomTypes ● [CustomFieldTab!]! non-null object

The custom field tabs for room types within the event.

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

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).
EventScopedCustomFieldTabs.roomTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.roomTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.roomTypes.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.sessionRoles ● [CustomFieldTab!]! non-null object

The custom field tabs for session roles within the event.

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

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).
EventScopedCustomFieldTabs.sessionRoles.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.sessionRoles.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.sessionRoles.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.sessions ● [CustomFieldTab!]! non-null object

The custom field tabs for sessions within the event.

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

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).
EventScopedCustomFieldTabs.sessions.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.sessions.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.sessions.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.sponsorships ● [CustomFieldTab!]! non-null object

The custom field tabs for sponsorships within the event.

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

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).
EventScopedCustomFieldTabs.sponsorships.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.sponsorships.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.sponsorships.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.travelBookings ● [CustomFieldTab!]! non-null object

The custom field tabs for travel bookings within the event.

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

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).
EventScopedCustomFieldTabs.travelBookings.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.travelBookings.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.travelBookings.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.travelSectors ● [CustomFieldTab!]! non-null object

The custom field tabs for travel sectors within the event.

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

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).
EventScopedCustomFieldTabs.travelSectors.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.travelSectors.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.travelSectors.offset ● NonNegativeInt! non-null scalar

EventScopedCustomFieldTabs.travelTypes ● [CustomFieldTab!]! non-null object

The custom field tabs for travel types within the event.

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

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).
EventScopedCustomFieldTabs.travelTypes.input ● CustomFieldTabSearchFilterInput! non-null input
EventScopedCustomFieldTabs.travelTypes.limit ● PaginationLimit! non-null scalar
EventScopedCustomFieldTabs.travelTypes.offset ● NonNegativeInt! non-null scalar

Member Of

Event object