Skip to main content

ContactStoreNoteSetup

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

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

Fields

ContactStoreNoteSetup.noteTypes ● [ContactStoreNoteType!]! non-null object

A list of note types associated with this 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).
ContactStoreNoteSetup.noteTypes.limit ● PaginationLimit! non-null scalar
ContactStoreNoteSetup.noteTypes.offset ● NonNegativeInt! non-null scalar

Member Of

ContactStoreSetup object