OBJECT
QuoteRequestStatus
link GraphQL Schema definition
- type QuoteRequestStatus {
- : ID!
- # Current stage in the quote request workflow. Possible values: New Request,
- # Quoted, Rejected, Option, Contract Sent, Booked, Brief Sent, Done, Invoice Sent,
- # Owner Approval, Canceled, Opportunity. Note: additional values may be added in
- # the future.
- : String!
- : Int!
- : Boolean!
- }