@nuffieldtechnologies/rugged-schema-types 0.1.7 → 0.1.9

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,22 +22,21 @@ 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
- key: String
32
31
  organisation: ID
33
32
  timestamps: TimeStamps
34
33
  status: String
35
- fails: [String],
36
- reportUrl: String,
34
+ fails: [String]
35
+ reportUrl: String
37
36
  data: String
38
37
  }
39
38
  `;
40
- const _AllTaskFields = `{id, name, definition, user, userEmail, form, key, organisation, timestamps {updated, submitted, processed, upgraded} , status, fails, reportUrl, data}`;
39
+ const _AllTaskFields = `{id, name, definition, user, userEmail, form, id, organisation, timestamps {updated, submitted, processed, upgraded} , status, fails, reportUrl, data}`;
41
40
  const _TaskInput = `
42
41
  input TaskInput {
43
42
  id : String,
@@ -58,7 +57,7 @@ const _TaskInput = `
58
57
  userEmail: String,
59
58
 
60
59
  form: ID
61
- key: String
60
+ id: ID
62
61
  organisation: ID
63
62
  status: String
64
63
  fails: [String],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [