ContactNote
No description
type ContactNote {
contact: Contact!
content: String!
created_at: DateTime!
created_by: User
editor_state: JSON
id: ID!
title: String
updated_at: DateTime!
updated_by: User
}
Fields
ContactNote.contact
● Contact!
non-null object
ContactNote.content
● String!
non-null scalar
ContactNote.created_at
● DateTime!
non-null scalar
ContactNote.created_by
● User
object
ContactNote.editor_state
● JSON
scalar
ContactNote.id
● ID!
non-null scalar
ContactNote.title
● String
scalar
ContactNote.updated_at
● DateTime!
non-null scalar
ContactNote.updated_by
● User
object
Returned By
contactNote
query ● createContactNote
mutation ● deleteContactNote
mutation ● updateContactNote
mutation
Member Of
ContactNotePaginator
object