CreateContactStoreNotePayload
Payload returned when creating a note in a contact store.
type CreateContactStoreNotePayload {
note: ContactStoreNote!
}
Fields
CreateContactStoreNotePayload.note
● ContactStoreNote!
non-null object
The created note.
Returned By
createContactStoreNote
mutation