CreateMembershipContactStoreNoteTypePayload
Payload returned when creating a note type in a membership contact store.
type CreateMembershipContactStoreNoteTypePayload {
noteType: MembershipContactStoreNoteType!
}
Fields
CreateMembershipContactStoreNoteTypePayload.noteType ● MembershipContactStoreNoteType! non-null object
The created note type.
Returned By
createMembershipContactStoreNoteType mutation