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