We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c290f commit e4e239eCopy full SHA for e4e239e
2 files changed
README.md
@@ -11,7 +11,7 @@ This plugin targets the alpha release of PostGraphile v4. Bug reports and pull
11
| --- | --- |
12
| 4.0.0-alpha2.20 | 1.0.0-alpha.0 |
13
| 4.0.0-alpha2.21 - 4.0.0-alpha2.25 | 1.0.0-alpha.1 |
14
-| 4.0.0-alpha2.26 | 1.0.0-alpha.2 |
+| 4.0.0-alpha2.26 | 1.0.0-alpha.2 or later |
15
16
## Getting Started
17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postgraphile-plugin-connection-filter",
3
- "version": "1.0.0-alpha.2",
+ "version": "1.0.0-alpha.3",
4
"description": "Advanced filtering of Connections in PostGraphile",
5
"main": "index.js",
6
"scripts": {
0 commit comments