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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
ContactStoreNoteSetup.noteTypes.limit
● PaginationLimit!
non-null scalar
ContactStoreNoteSetup.noteTypes.offset
● NonNegativeInt!
non-null scalar
Member Of
ContactStoreSetup
object