@nuffieldtechnologies/rugged-schema-types 0.3.15 → 0.3.16

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,23 +110,23 @@ const _User = `
110
110
  `;
111
111
  const _AllUserFields = `{id, organisation, name, email, roles, permissions}`;
112
112
  const _FormInput = `
113
- type ResourceInput {
113
+ input ResourceInput {
114
114
  data: String
115
115
  }
116
116
 
117
- type ParamInput {
117
+ input ParamInput {
118
118
  name: String
119
119
  value: String
120
120
  }
121
121
 
122
- type ResourcesInput {
122
+ input ResourcesInput {
123
123
  style: [Resource]
124
124
  distribution: [Resource]
125
125
  header: [Resource]
126
126
  dataset: [Resource]
127
127
  }
128
128
 
129
- type FormInput {
129
+ input FormInput {
130
130
  id: ID
131
131
  name: String
132
132
  key: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [