@constructive-io/graphql-types 2.12.12 → 2.13.0
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.
- package/README.md +1 -1
- package/esm/graphile.js +1 -1
- package/graphile.d.ts +2 -2
- package/graphile.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
package/esm/graphile.js
CHANGED
package/graphile.d.ts
CHANGED
|
@@ -28,8 +28,8 @@ export interface GraphileFeatureOptions {
|
|
|
28
28
|
* Configuration options for the Constructive API
|
|
29
29
|
*/
|
|
30
30
|
export interface ApiOptions {
|
|
31
|
-
/** Whether to enable the
|
|
32
|
-
|
|
31
|
+
/** Whether to enable the services API (domain/subdomain routing via services_public) */
|
|
32
|
+
enableServicesApi?: boolean;
|
|
33
33
|
/** Database schemas to expose through the API */
|
|
34
34
|
exposedSchemas?: string[];
|
|
35
35
|
/** Anonymous role name for unauthenticated requests */
|
package/graphile.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL/Graphile types for PostGraphile integration",
|
|
6
6
|
"main": "index.js",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@pgpmjs/types": "^2.
|
|
32
|
+
"@pgpmjs/types": "^2.15.0",
|
|
33
33
|
"deepmerge": "^4.3.1",
|
|
34
34
|
"graphile-build": "^4.14.1",
|
|
35
|
-
"pg-env": "^1.
|
|
35
|
+
"pg-env": "^1.3.0",
|
|
36
36
|
"postgraphile": "^4.14.1"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"makage": "^0.1.10"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "481b3a50b4eec2da6b376c4cd1868065e1e28edb"
|
|
50
50
|
}
|