@nuffieldtechnologies/rugged-schema-types 2.1.19 → 2.1.20

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.
@@ -19,7 +19,7 @@ exports._TaskInfo = `
19
19
  rootEntityAncestry: String
20
20
  id: String
21
21
  refNo: String
22
- tags: String[]
22
+ tags: String
23
23
  workflowStep: String
24
24
  workflow: String
25
25
  name: String
@@ -47,7 +47,7 @@ exports._TaskInfoInput = `
47
47
  rootEntityAncestry: String
48
48
  id: String
49
49
  refNo: String
50
- tags: String[]
50
+ tags: String
51
51
  workflowStep: String
52
52
  workflow: String
53
53
  name: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.19",
3
+ "version": "2.1.20",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -18,7 +18,7 @@ export const _TaskInfo = `
18
18
  rootEntityAncestry: String
19
19
  id: String
20
20
  refNo: String
21
- tags: String[]
21
+ tags: String
22
22
  workflowStep: String
23
23
  workflow: String
24
24
  name: String
@@ -48,7 +48,7 @@ export const _TaskInfoInput = `
48
48
  rootEntityAncestry: String
49
49
  id: String
50
50
  refNo: String
51
- tags: String[]
51
+ tags: String
52
52
  workflowStep: String
53
53
  workflow: String
54
54
  name: String