AccountNote
No description
type AccountNote {
account: Account!
content: String!
created_at: DateTime!
created_by: User
editor_state: JSON
id: ID!
title: String
updated_at: DateTime!
updated_by: User
}
Fields
AccountNote.account
● Account!
non-null object
AccountNote.content
● String!
non-null scalar
AccountNote.created_at
● DateTime!
non-null scalar
AccountNote.created_by
● User
object
AccountNote.editor_state
● JSON
scalar
AccountNote.id
● ID!
non-null scalar
AccountNote.title
● String
scalar
AccountNote.updated_at
● DateTime!
non-null scalar
AccountNote.updated_by
● User
object
Returned By
accountNote
query ● createAccountNote
mutation ● deleteAccountNote
mutation ● updateAccountNote
mutation
Member Of
AccountNotePaginator
object