@constructive-io/graphql-server 2.10.31 → 2.10.33

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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.31",
3
+ "version": "2.10.33",
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.35",
56
- "graphile-meta-schema": "^0.3.35",
57
- "graphile-plugin-connection-filter": "^2.4.35",
58
- "graphile-plugin-connection-filter-postgis": "^1.1.36",
59
- "graphile-plugin-fulltext-filter": "^2.1.35",
55
+ "graphile-i18n": "^0.2.37",
56
+ "graphile-meta-schema": "^0.3.37",
57
+ "graphile-plugin-connection-filter": "^2.4.37",
58
+ "graphile-plugin-connection-filter-postgis": "^1.1.38",
59
+ "graphile-plugin-fulltext-filter": "^2.1.37",
60
60
  "graphile-query": "^2.4.6",
61
- "graphile-search-plugin": "^0.2.35",
62
- "graphile-settings": "^2.9.31",
63
- "graphile-simple-inflector": "^0.2.35",
61
+ "graphile-search-plugin": "^0.2.37",
62
+ "graphile-settings": "^2.9.33",
63
+ "graphile-simple-inflector": "^0.2.37",
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": "09721f934b339bd8c55d2e633abaded6d20b0f65"
86
+ "gitHead": "3768b497b5b65410a23bcf7e01ed4192a5f1dd95"
87
87
  }