@constructive-io/graphql-server 2.10.31 → 2.10.32
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 +4 -0
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -118,6 +118,10 @@ Configuration is merged from defaults, config files, and env vars via `@construc
|
|
|
118
118
|
|
|
119
119
|
Use `supertest` or your HTTP client of choice against `/graphql`. For RLS-aware tests, provide a `Bearer` token and ensure the API's auth function is available.
|
|
120
120
|
|
|
121
|
+
## Codegen
|
|
122
|
+
|
|
123
|
+
For local codegen test, use `PORT=5555 API_ENABLE_META=true PGDATABASE=launchql pnpm dev`
|
|
124
|
+
|
|
121
125
|
## Related Packages
|
|
122
126
|
|
|
123
127
|
- `@constructive-io/graphql-env` - env parsing + defaults for GraphQL
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-server",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.32",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Server",
|
|
6
6
|
"main": "index.js",
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"express": "^5.2.1",
|
|
53
53
|
"graphile-build": "^4.14.1",
|
|
54
54
|
"graphile-cache": "^1.6.11",
|
|
55
|
-
"graphile-i18n": "^0.2.
|
|
56
|
-
"graphile-meta-schema": "^0.3.
|
|
57
|
-
"graphile-plugin-connection-filter": "^2.4.
|
|
58
|
-
"graphile-plugin-connection-filter-postgis": "^1.1.
|
|
59
|
-
"graphile-plugin-fulltext-filter": "^2.1.
|
|
55
|
+
"graphile-i18n": "^0.2.36",
|
|
56
|
+
"graphile-meta-schema": "^0.3.36",
|
|
57
|
+
"graphile-plugin-connection-filter": "^2.4.36",
|
|
58
|
+
"graphile-plugin-connection-filter-postgis": "^1.1.37",
|
|
59
|
+
"graphile-plugin-fulltext-filter": "^2.1.36",
|
|
60
60
|
"graphile-query": "^2.4.6",
|
|
61
|
-
"graphile-search-plugin": "^0.2.
|
|
62
|
-
"graphile-settings": "^2.9.
|
|
63
|
-
"graphile-simple-inflector": "^0.2.
|
|
61
|
+
"graphile-search-plugin": "^0.2.36",
|
|
62
|
+
"graphile-settings": "^2.9.32",
|
|
63
|
+
"graphile-simple-inflector": "^0.2.36",
|
|
64
64
|
"graphile-utils": "^4.14.1",
|
|
65
65
|
"graphql": "15.10.1",
|
|
66
66
|
"graphql-tag": "2.12.6",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"nodemon": "^3.1.10",
|
|
84
84
|
"ts-node": "^10.9.2"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "6883e3b93da28078483bc6aa25862613ef4405b2"
|
|
87
87
|
}
|