@nuffieldtechnologies/rugged-schema-types 0.1.9 → 0.1.11

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.
@@ -21,6 +21,8 @@ const _TimeStampsInput = `
21
21
  }
22
22
  `;
23
23
  const _Task = `
24
+ scalar JSON
25
+
24
26
  type Task {
25
27
  id: ID,
26
28
  name: String
@@ -33,7 +35,7 @@ const _Task = `
33
35
  status: String
34
36
  fails: [String]
35
37
  reportUrl: String
36
- data: String
38
+ data: JSON
37
39
  }
38
40
  `;
39
41
  const _AllTaskFields = `{id, name, definition, user, userEmail, form, id, organisation, timestamps {updated, submitted, processed, upgraded} , status, fails, reportUrl, data}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [