CreateContactStoreNoteInput
Defines the input for creating a note in a contact store.
input CreateContactStoreNoteInput {
contactId: ID!
contactStoreId: ID!
content: String!
customFields: [CustomFieldInput!]
noteTypeId: ID!
}
Fields
CreateContactStoreNoteInput.contactId
● ID!
non-null scalar
The identifier of the contact store contact to create the note for.