@nuffieldtechnologies/rugged-schema-types 0.1.8 → 0.1.10

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.
@@ -22,19 +22,18 @@ const _TimeStampsInput = `
22
22
  `;
23
23
  const _Task = `
24
24
  type Task {
25
- id: String,
26
- name: String,
27
- definition: String,
25
+ id: ID,
26
+ name: String
27
+ definition: String
28
28
  user: ID
29
- userEmail: String,
29
+ userEmail: String
30
30
  form: ID
31
- id: ID
32
31
  organisation: ID
33
32
  timestamps: TimeStamps
34
33
  status: String
35
- fails: [String],
36
- reportUrl: String,
37
- data: String
34
+ fails: [String]
35
+ reportUrl: String
36
+ data: JSON
38
37
  }
39
38
  `;
40
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.8",
3
+ "version": "0.1.10",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [