Skip to main content

Note

No description

type Note {
id: ID!
text: String!
customer: Customer!
isDeleted: Boolean!
createdAt: DateTime!
createdBy: Actor!
deletedAt: DateTime
deletedBy: Actor
updatedAt: DateTime!
updatedBy: Actor!
}

Fields

Note.id ● ID! non-null scalar

Note.text ● String! non-null scalar

Note.customer ● Customer! non-null object

Note.isDeleted ● Boolean! non-null scalar

Note.createdAt ● DateTime! non-null object

Note.createdBy ● Actor! non-null union

Note.deletedAt ● DateTime object

Note.deletedBy ● Actor union

Note.updatedAt ● DateTime! non-null object

Note.updatedBy ● Actor! non-null union

Member of

CreateNoteOutput object ● DeleteNoteOutput object