DeleteContactStoreNoteTypePayload
Defines the payload for deleting a note type in a contact store.
type DeleteContactStoreNoteTypePayload {
success: Boolean!
}
Fields
DeleteContactStoreNoteTypePayload.success ● Boolean! non-null scalar
A flag indicating whether the note type was deleted successfully.
Returned By
deleteContactStoreNoteType mutation