graphile-connection-filter 1.1.1 → 1.1.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.
- package/README.md +12 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# graphile-connection-filter
|
|
2
2
|
|
|
3
|
+
<p align="center" width="100%">
|
|
4
|
+
<img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" />
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center" width="100%">
|
|
8
|
+
<a href="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml">
|
|
9
|
+
<img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/graphile-connection-filter"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=graphile%2Fgraphile-connection-filter%2Fpackage.json"/></a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
3
15
|
A PostGraphile v5 native connection filter plugin for the Constructive monorepo.
|
|
4
16
|
|
|
5
17
|
Adds advanced filtering capabilities to connection and list fields, including:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-connection-filter",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "PostGraphile v5 native connection filter plugin - adds advanced filtering to connections",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"homepage": "https://github.com/constructive-io/constructive",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^22.19.11",
|
|
44
|
-
"graphile-test": "^4.5.
|
|
44
|
+
"graphile-test": "^4.5.4",
|
|
45
45
|
"makage": "^0.1.10",
|
|
46
|
-
"pgsql-test": "^4.5.
|
|
46
|
+
"pgsql-test": "^4.5.4"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@dataplan/pg": "1.0.0-rc.8",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"pg-sql2": "5.0.0-rc.5",
|
|
55
55
|
"postgraphile": "5.0.0-rc.10"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "8afe6b19da82facbe5f3365762ba52888af5b3c9"
|
|
58
58
|
}
|