@nuffieldtechnologies/rugged-schema-types 0.3.15 → 0.3.17

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,31 +110,31 @@ 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 {
123
- style: [Resource]
124
- distribution: [Resource]
125
- header: [Resource]
126
- dataset: [Resource]
122
+ input ResourcesInput {
123
+ style: [ResourceInput]
124
+ distribution: [ResourceInput]
125
+ header: [ResourceInput]
126
+ dataset: [ResourceInput]
127
127
  }
128
128
 
129
- type FormInput {
129
+ input FormInput {
130
130
  id: ID
131
131
  name: String
132
132
  key: String
133
133
  definition: String
134
134
  status: TEMPLATESTATUS
135
135
  updated: String
136
- params: [Param]
137
- resources: Resources
136
+ params: [ParamInput]
137
+ resources: ResourcesInput
138
138
  body: String
139
139
  }
140
140
  `;
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.17",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [