CreateQuoteStatusInput
No description
input CreateQuoteStatusInput {
default: Int
name: String!
sortOrder: Int
type: QuoteStatusType!
}
Fields
CreateQuoteStatusInput.default
● Int
scalar
CreateQuoteStatusInput.name
● String!
non-null scalar
CreateQuoteStatusInput.sortOrder
● Int
scalar
CreateQuoteStatusInput.type
● QuoteStatusType!
non-null enum
Member of
createQuoteStatus
mutation