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
}
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
}
AccountNote.account
● Account!
non-null objectAccountNote.content
● String!
non-null scalarAccountNote.created_at
● DateTime!
non-null scalarAccountNote.created_by
● User
objectAccountNote.editor_state
● JSON
scalar