ContactStoreScopedCustomFieldDefinitions
The custom field definitions for the different types of objects within the contact store.
type ContactStoreScopedCustomFieldDefinitions {
contacts(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
marketingRecords(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
noteTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
notes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
}