INPUT_OBJECT

CreateOrUpdateLeadOpptyContactGroupRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateLeadOpptyContactGroupRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • color: Int
  • # Field containing json.
  • groupPosition: JSONString
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Name of the entity and its default text representation.
  • name: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by