MembershipContactStoreNoteSetup
Defines the settings for notes for a membership contact store in EventsAir.
type MembershipContactStoreNoteSetup {
noteTypes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [MembershipContactStoreNoteType!]!
}
Fields
MembershipContactStoreNoteSetup.noteTypes ● [MembershipContactStoreNoteType!]! non-null object
A list of note types associated with this membership contact store.
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).
MembershipContactStoreNoteSetup.noteTypes.limit ● PaginationLimit! non-null scalar
MembershipContactStoreNoteSetup.noteTypes.offset ● NonNegativeInt! non-null scalar
Member Of
MembershipContactStoreSetup object