OBJECT

QuoteRequestStatus

link GraphQL Schema definition

  • type QuoteRequestStatus {
  • nid: 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.
  • name: String!
  • sort: Int!
  • isUsedBefore: Boolean!
  • }