@nuffieldtechnologies/rugged-schema-types 0.3.12 → 0.3.14

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.
@@ -151,10 +151,10 @@ const _Form = `
151
151
  updated: String
152
152
  params: [Param]
153
153
  resources: Resources
154
- data: String
154
+ body: String
155
155
  }
156
156
  `;
157
- const _AllFormFields = `{id, name, key, definition, status, updated, params {name, value}, resources {style {data}, distribution {data}, header {data}, dataset {data}}, data}`;
157
+ const _AllFormFields = `{id, name, key, definition, status, updated, params {name, value}, resources {style {data}, distribution {data}, header {data}, dataset {data}}, body}`;
158
158
  const Task = _TimeStamps + _TemplateInfo + _Task;
159
159
  exports.Task = Task;
160
160
  const TaskInput = _TimeStampsInput + _TemplateInfoInput + _TaskInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.3.12",
3
+ "version": "0.3.14",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [