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


