QuotationBuyerMessageType
No description
type QuotationBuyerMessageType {
author: String!
message: String!
}
Fields
QuotationBuyerMessageType.author
● String!
non-null scalar
QuotationBuyerMessageType.message
● String!
non-null scalar
Member Of
QuotationType
object