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
}
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
}
ContactNote.contact
● Contact!
non-null objectContactNote.content
● String!
non-null scalarContactNote.created_at
● DateTime!
non-null scalarContactNote.created_by
● User
objectContactNote.editor_state
● JSON
scalar