@nuffieldtechnologies/rugged-schema-types 2.1.44 → 2.1.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,7 +54,7 @@ exports._TaskInfoInput = `
54
54
  input TaskInfoInput {
55
55
  status: String
56
56
  statusBeforeEdit: String
57
- rootEntityName: String?
57
+ rootEntityName: String
58
58
  rootEntityId: String
59
59
  rootEntityAncestry: String
60
60
  id: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.44",
3
+ "version": "2.1.45",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -55,7 +55,7 @@ export const _TaskInfoInput = `
55
55
  input TaskInfoInput {
56
56
  status: String
57
57
  statusBeforeEdit: String
58
- rootEntityName: String?
58
+ rootEntityName: String
59
59
  rootEntityId: String
60
60
  rootEntityAncestry: String
61
61
  id: String