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