@nuffieldtechnologies/rugged-schema-types 0.3.13 → 0.3.15

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,15 +110,33 @@ const _User = `
110
110
  `;
111
111
  const _AllUserFields = `{id, organisation, name, email, roles, permissions}`;
112
112
  const _FormInput = `
113
- input FormInput {
113
+ type ResourceInput {
114
+ data: String
115
+ }
116
+
117
+ type ParamInput {
118
+ name: String
119
+ value: String
120
+ }
121
+
122
+ type ResourcesInput {
123
+ style: [Resource]
124
+ distribution: [Resource]
125
+ header: [Resource]
126
+ dataset: [Resource]
127
+ }
128
+
129
+ type FormInput {
114
130
  id: ID
115
131
  name: String
116
132
  key: String
117
133
  definition: String
118
134
  status: TEMPLATESTATUS
119
135
  updated: String
120
- data: String
121
- }
136
+ params: [Param]
137
+ resources: Resources
138
+ body: String
139
+ }
122
140
  `;
123
141
  const _FormFilter = `
124
142
  input FormFilter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.3.13",
3
+ "version": "0.3.15",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [