@nuffieldtechnologies/rugged-schema-types 0.1.11 → 0.1.12

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,8 +21,6 @@ const _TimeStampsInput = `
21
21
  }
22
22
  `;
23
23
  const _Task = `
24
- scalar JSON
25
-
26
24
  type Task {
27
25
  id: ID,
28
26
  name: String
@@ -35,7 +33,7 @@ const _Task = `
35
33
  status: String
36
34
  fails: [String]
37
35
  reportUrl: String
38
- data: JSON
36
+ data: String
39
37
  }
40
38
  `;
41
39
  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.11",
3
+ "version": "0.1.12",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [