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


