INPUT_OBJECT

CreateLeadOpptyContactGroupRelationInput

link GraphQL Schema definition

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