@nuffieldtechnologies/rugged-schema-types 0.2.1 → 0.2.3

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.
@@ -28,7 +28,7 @@ const _TemplateInfo = `
28
28
  }
29
29
  `;
30
30
  const _TemplateInfoInput = `
31
- type TemplateInfo {
31
+ input TemplateInfoInput {
32
32
  type: String,
33
33
  id: String
34
34
  version: String
@@ -78,6 +78,7 @@ const _TaskInput = `
78
78
  fails: [String],
79
79
  reportUrl: String,
80
80
  timestamps: TimeStampsInput,
81
+ template: TemplateInfoInput
81
82
  data: String
82
83
  }
83
84
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [