MembershipContactStoreScopedCustomFieldDefinitions
The custom field definitions for the different types of objects within the membership contact store.
type MembershipContactStoreScopedCustomFieldDefinitions {
ceClassifications(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
ceSubClassifications(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
contactGroups(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
contacts(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
courseFeeTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
courseRegistrations(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
courses(
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!]!
membershipCategories(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
membershipFeeTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
membershipRegistrations(
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.ceClassifications ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for continuing education classifications within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.ceClassifications.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.ceClassifications.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.ceClassifications.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.ceSubClassifications ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for continuing education sub classifications within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.ceSubClassifications.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.ceSubClassifications.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.ceSubClassifications.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.contactGroups ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for contact 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.contactGroups.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.contactGroups.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.contactGroups.offset ● NonNegativeInt! non-null scalar
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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.contacts.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.contacts.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.contacts.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.courseFeeTypes ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for course fee types within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.courseFeeTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.courseFeeTypes.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.courseFeeTypes.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.courseRegistrations ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for course registrations within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.courseRegistrations.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.courseRegistrations.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.courseRegistrations.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.courses ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for courses within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.courses.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.courses.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.courses.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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.marketingRecords.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.marketingRecords.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.marketingRecords.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.membershipCategories ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for membership categories within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.membershipCategories.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.membershipCategories.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.membershipCategories.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.membershipFeeTypes ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for membership fee types within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.membershipFeeTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.membershipFeeTypes.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.membershipFeeTypes.offset ● NonNegativeInt! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.membershipRegistrations ● [CustomFieldDefinition!]! non-null interface
The custom field definitions for membership registrations within an 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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
MembershipContactStoreScopedCustomFieldDefinitions.membershipRegistrations.input ● CustomFieldDefinitionSearchFilterInput! non-null input
MembershipContactStoreScopedCustomFieldDefinitions.membershipRegistrations.limit ● PaginationLimit! non-null scalar
MembershipContactStoreScopedCustomFieldDefinitions.membershipRegistrations.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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
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