@nuffieldtechnologies/rugged-schema-types 0.3.10 → 0.3.11

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.
@@ -110,7 +110,7 @@ const _User = `
110
110
  `;
111
111
  const _AllUserFields = `{id, organisation, name, email, roles, permissions}`;
112
112
  const _FormInput = `
113
- type FormInput {
113
+ input FormInput {
114
114
  id: ID!
115
115
  name: String
116
116
  definition: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [