AccountNote
No description
type AccountNote {
id: ID!
account: Account!
title: String
content: String!
editor_state: JSON
created_at: DateTime!
created_by: User
updated_at: DateTime!
updated_by: User
}
Fields
AccountNote.id ● ID! non-null scalar
AccountNote.account ● Account! non-null object
AccountNote.title ● String scalar
AccountNote.content ● String! non-null scalar
AccountNote.editor_state ● JSON scalar
AccountNote.created_at ● DateTime! non-null scalar
AccountNote.created_by ● User object
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


