Skip to main content

CeContactStoreNoteSetup

Defines the settings for notes for a continuing education contact store in EventsAir.

type CeContactStoreNoteSetup {
noteTypes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreNoteType!]!
}

Fields

CeContactStoreNoteSetup.noteTypes ● [CeContactStoreNoteType!]! non-null object

A list of note types associated with this continuing education contact store.

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

Member Of

CeContactStoreSetup object