@nuffieldtechnologies/rugged-schema-types 0.4.1 → 0.4.2

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.
@@ -196,7 +196,7 @@ const _Form = `
196
196
  const _AllFormFields = `{id, name, key, definition, status, updated, params {name, value}, resources, body}`;
197
197
  const Task = _TimeStamps + _Event + _Events + _TemplateInfo + _Task;
198
198
  exports.Task = Task;
199
- const TaskInput = _TimeStampsInput + _EventInput + _Events + _TemplateInfoInput + _TaskInput;
199
+ const TaskInput = _TimeStampsInput + _EventInput + _EventsInput + _TemplateInfoInput + _TaskInput;
200
200
  exports.TaskInput = TaskInput;
201
201
  const TaskFilter = _TaskFilter;
202
202
  exports.TaskFilter = TaskFilter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [