INPUT_OBJECT

CreateOrUpdateCloudObjectStepRelationNoStepBackrefInput

link GraphQL Schema definition

  • input CreateOrUpdateCloudObjectStepRelationNoStepBackrefInput {
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • cloudObject: CreateCloudObjectInput
  • # Relation to single entity instance.
  • cloudObjectId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }