INPUT_OBJECT

CreateClientExcludedOpptyInput

link GraphQL Schema definition

  • input CreateClientExcludedOpptyInput {
  • clientMutationId: String
  • # 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