INPUT_OBJECT
UpdateClientExcludedOpptyInput
link GraphQL Schema definition
- input UpdateClientExcludedOpptyInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # When true, the opportunity is excluded from the user's forecast/quota; when
- # false, the row records that the user explicitly re-included a previously
- # excluded opportunity.
- : Boolean
- # Id of the opportunity.
- : ID
- # Id of the user.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }