Skip to main content

GloballyScopedCustomFieldTabs

The global custom field tabs for the different types of objects.

type GloballyScopedCustomFieldTabs {
events(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [GloballyScopedCustomFieldTab!]!
suppliers(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [GloballyScopedCustomFieldTab!]!
}

Fields

GloballyScopedCustomFieldTabs.events ● [GloballyScopedCustomFieldTab!]! non-null object

The custom field tabs for events.

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

GloballyScopedCustomFieldTabs.suppliers ● [GloballyScopedCustomFieldTab!]! non-null object

The custom field tabs for suppliers.

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

Returned By

customFieldTabs query