INPUT_OBJECT
CreateStepNoPipelineBackrefInput
link GraphQL Schema definition
- input CreateStepNoPipelineBackrefInput {
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Multi-line text input field.
- String :
- # Boolean value.
- Boolean :
- # Boolean value.
- Boolean :
- # Relation to single entity instance.
- ID :
- # Name of the entity and its default text representation.
- String! :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- Int :
- # Relation to single entity instance.
- ID :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- Int :
- # Revision when entity was lastly changed.
- Int :
- # Relations to CloudObjects.
- CreateCloudObjectStepRelationNoStepBackrefInput!] : [
- # Relations to StepChecklists.
- CreateStepChecklistNoStepBackrefInput!] : [
- }