Skip to main content

MembershipContactStoreScopedCustomFieldDefinitions

The custom field definitions for the different types of objects within the membership contact store.

type MembershipContactStoreScopedCustomFieldDefinitions {
contacts(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionFeeTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionGroups(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionRegistrations(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functions(
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!]!
}

Fields

MembershipContactStoreScopedCustomFieldDefinitions.contacts ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for contacts within the membership contact store.

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

MembershipContactStoreScopedCustomFieldDefinitions.functionFeeTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function fee types within the membership contact store.

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

MembershipContactStoreScopedCustomFieldDefinitions.functionGroups ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function groups within the membership contact store.

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

MembershipContactStoreScopedCustomFieldDefinitions.functionRegistrations ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function registrations within the membership contact store.

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

MembershipContactStoreScopedCustomFieldDefinitions.functions ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for functions within the membership contact store.

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

MembershipContactStoreScopedCustomFieldDefinitions.marketingRecords ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for marketing records within the membership contact store.

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

MembershipContactStoreScopedCustomFieldDefinitions.noteTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for note types for the membership contact store.

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

MembershipContactStoreScopedCustomFieldDefinitions.notes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for the membership contact store notes.

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

Member Of

MembershipContactStore object