INPUT_OBJECT
CreateQuoteContactRelationInput
link GraphQL Schema definition
- input CreateQuoteContactRelationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the contact.
- : ID!
- # True for the row that represents the primary related entity for this record.
- # Setting is_primary to true on a row automatically clears it on any other primary
- # row.
- : Boolean!
- # Id of the quote.
- : ID!
- # Revision when entity was lastly changed.
- : Int
- }