@nuffieldtechnologies/rugged-schema-types 0.3.11 → 0.3.12

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.
@@ -111,12 +111,12 @@ const _User = `
111
111
  const _AllUserFields = `{id, organisation, name, email, roles, permissions}`;
112
112
  const _FormInput = `
113
113
  input FormInput {
114
- id: ID!
114
+ id: ID
115
115
  name: String
116
- definition: String
117
116
  key: String
118
- updated: String
117
+ definition: String
119
118
  status: TEMPLATESTATUS
119
+ updated: String
120
120
  data: String
121
121
  }
122
122
  `;
@@ -126,7 +126,6 @@ const _FormFilter = `
126
126
  }
127
127
  `;
128
128
  const _Form = `
129
-
130
129
  type Resource {
131
130
  data: String
132
131
  }
@@ -144,7 +143,7 @@ const _Form = `
144
143
  }
145
144
 
146
145
  type Form {
147
- id: ID!
146
+ id: ID
148
147
  name: String
149
148
  key: String
150
149
  definition: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [