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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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