INPUT_OBJECT
UpdateCloudObjectStepRelationInput
link GraphQL Schema definition
- input UpdateCloudObjectStepRelationInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # File attached to the step.
- : CreateCloudObjectInput
- # Id of the attached file.
- : ID
- # Position of the file within the step's document list.
- : Int
- # Id of the pipeline step.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }