@nuffieldtechnologies/rugged-schema-types 0.7.1 → 0.7.2

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.
@@ -174,7 +174,7 @@ const _UserInput = `
174
174
  roles: RolesInput
175
175
  }
176
176
  `;
177
- const _AllRolesFields = `{user, admin, api}`;
177
+ const _AllRolesFields = `{user, admin, api, uber, super, legacyPush}`;
178
178
  const _AllUserFields = `{id, organisation, name, email, roles ${_AllRolesFields}, permissions}`;
179
179
  const _FormInput = `
180
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "./distribution/index.js",
6
6
  "keywords": [