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