INPUT_OBJECT
CreateCloudObjectStepRelationNoStepBackrefInput
link GraphQL Schema definition
- input CreateCloudObjectStepRelationNoStepBackrefInput {
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- : CreateCloudObjectInput!
- # 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
- }