INPUT_OBJECT
UpdateOpptyProductRelationDataExRelationInput
link GraphQL Schema definition
- input UpdateOpptyProductRelationDataExRelationInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Product line item this enrichment record applies to.
- : CreateOpptyProductRelationInput
- # Id of the external data record.
- : ID
- # Identifier of the data set the enrichment record originates from.
- : ID
- # Id of the product line item.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }