Note
No description
type Note {
authorUserId: String!
authorUserName: String!
bodyPlain: String!
createdAt: Datetime!
customer: Customer
customerId: UUID
id: UUID!
job: Job
jobId: UUID
project: Project
projectId: UUID
quote: Quote
quoteId: UUID
site: Site
siteId: String
type: String!
updatedAt: Datetime!
}
Fields
Note.authorUserId ● String! non-null scalar
Note.authorUserName ● String! non-null scalar
Note.bodyPlain ● String! non-null scalar
Note.createdAt ● Datetime! non-null scalar
Note.customer ● Customer object
Reads a single Customer that is related to this Note.
Note.customerId ● UUID scalar
Note.id ● UUID! non-null scalar
Note.job ● Job object
Reads a single Job that is related to this Note.
Note.jobId ● UUID scalar
Note.project ● Project object
Reads a single Project that is related to this Note.
Note.projectId ● UUID scalar
Note.quote ● Quote object
Reads a single Quote that is related to this Note.
Note.quoteId ● UUID scalar
Note.site ● Site object
Reads a single Site that is related to this Note.
Note.siteId ● String scalar
Note.type ● String! non-null scalar
Note.updatedAt ● Datetime! non-null scalar
Returned By
Member Of
Customer object ● Job object ● NoteConnection object ● NoteEdge object ● Project object ● Quote object ● Site object