Skip to main content

GloballyScopedCustomFieldDefinitions

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

type GloballyScopedCustomFieldDefinitions {
events(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [GloballyScopedCustomFieldDefinition!]!
suppliers(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [GloballyScopedCustomFieldDefinition!]!
}

Fields​

GloballyScopedCustomFieldDefinitions.events ● [GloballyScopedCustomFieldDefinition!]! non-null object​

The custom field definitions for events.

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

GloballyScopedCustomFieldDefinitions.suppliers ● [GloballyScopedCustomFieldDefinition!]! non-null object​

The custom field definitions for suppliers.

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

Returned By​

customFieldDefinitions query