CreateContactStoreNoteTypePayload
Payload returned when creating a note type in a contact store.
type CreateContactStoreNoteTypePayload {
noteType: ContactStoreNoteType!
}
Fields
CreateContactStoreNoteTypePayload.noteType ● ContactStoreNoteType! non-null object
The created note type.
Returned By
createContactStoreNoteType mutation