INPUT_OBJECT
CreateCloudObjectStepRelationNoStepBackrefInput
link GraphQL Schema definition
- input CreateCloudObjectStepRelationNoStepBackrefInput {
- # 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
- # Revision when entity was lastly changed.
- : Int
- }