@nuffieldtechnologies/rugged-schema-types 2.1.9 → 2.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.
@@ -40,7 +40,7 @@ exports._TaskInfoInput = `
40
40
  id: String
41
41
  refNo: String
42
42
  name: String
43
- events: EventInput
43
+ events: EventsInput
44
44
  identifiers: TaskIdentifiersInput
45
45
  template: TemplateInfoInput
46
46
  userIds: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/schemas/task.ts CHANGED
@@ -41,7 +41,7 @@ export const _TaskInfoInput = `
41
41
  id: String
42
42
  refNo: String
43
43
  name: String
44
- events: EventInput
44
+ events: EventsInput
45
45
  identifiers: TaskIdentifiersInput
46
46
  template: TemplateInfoInput
47
47
  userIds: String