ActiveQuote
No description
type ActiveQuote {
customer: Customer
customerId: UUID!
project: Project
projectId: UUID!
quote: Quote
quoteId: UUID!
site: Site
siteId: String!
}
Fields
ActiveQuote.customer ● Customer object
Reads a single Customer that is related to this ActiveQuote.
ActiveQuote.customerId ● UUID! non-null scalar
ActiveQuote.project ● Project object
Reads a single Project that is related to this ActiveQuote.
ActiveQuote.projectId ● UUID! non-null scalar
ActiveQuote.quote ● Quote object
Reads a single Quote that is related to this ActiveQuote.
ActiveQuote.quoteId ● UUID! non-null scalar
ActiveQuote.site ● Site object
Reads a single Site that is related to this ActiveQuote.
ActiveQuote.siteId ● String! non-null scalar
Returned By
activeQuotes query
Member Of
Customer object ● Project object ● Quote object ● Site object