INPUT_OBJECT

UpdateClientExcludedOpptyInput

link GraphQL Schema definition

  • input UpdateClientExcludedOpptyInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: 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.
  • isExcluded: Boolean
  • # Id of the opportunity.
  • opptyId: ID
  • # Id of the user.
  • ownerId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by