INPUT_OBJECT
CreateClientExcludedOpptyInput
link GraphQL Schema definition
- input CreateClientExcludedOpptyInput {
- : String
- # 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
- }