CreateContactNoteInput
No description
input CreateContactNoteInput {
contact_id: Int!
content: String!
editor_state: JSON
title: String
type: ContactNoteType!
}
Fields
CreateContactNoteInput.contact_id ● Int! non-null scalar
CreateContactNoteInput.content ● String! non-null scalar
CreateContactNoteInput.editor_state ● JSON scalar
CreateContactNoteInput.title ● String scalar
CreateContactNoteInput.type ● ContactNoteType! non-null enum
Member Of
createContactNote mutation


