CreateAccountNoteInput
No description
input CreateAccountNoteInput {
account_id: Int!
title: String
content: String!
editor_state: JSON
}
Fields
CreateAccountNoteInput.account_id
● Int!
non-null scalar
CreateAccountNoteInput.title
● String
scalar
CreateAccountNoteInput.content
● String!
non-null scalar
CreateAccountNoteInput.editor_state
● JSON
scalar
Member Of
createAccountNote
mutation