@nuffieldtechnologies/rugged-schema-types 0.1.8 → 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,18 +22,17 @@ 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,
34
+ fails: [String]
35
+ reportUrl: String
37
36
  data: String
38
37
  }
39
38
  `;
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.9",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [