INPUT_OBJECT

CreateOrUpdateStepNoLeadProcessBackrefInput

link GraphQL Schema definition

  • input CreateOrUpdateStepNoLeadProcessBackrefInput {
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Multi-line text input field.
  • description: String
  • # Boolean value.
  • hasReadonlyForm: Boolean
  • # Boolean value.
  • hasVersionIncrement: Boolean
  • # Name of the entity and its default text representation.
  • name: String
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • percent: Int
  • # Relation to single entity instance.
  • pipelineId: ID
  • # Relation to single entity instance.
  • quoteProcessId: ID
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • timeframe: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Relations to CloudObjects.
  • documents: [CreateOrUpdateCloudObjectStepRelationNoStepBackrefInput!]
  • # Relations to StepChecklists.
  • stepChecklists: [CreateOrUpdateStepChecklistNoStepBackrefInput!]
  • }