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!]!
}
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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
GloballyScopedCustomFieldDefinitions.events.input
● CustomFieldDefinitionSearchFilterInput!
non-null input
GloballyScopedCustomFieldDefinitions.events.limit
● PaginationLimit!
non-null scalar
GloballyScopedCustomFieldDefinitions.events.offset
● NonNegativeInt!
non-null scalar
Returned By
customFieldDefinitions
query