INPUT_OBJECT
UpdateCloudObjectStepRelationInput
link GraphQL Schema definition
- input UpdateCloudObjectStepRelationInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : 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
- }