We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339521a commit 039bd82Copy full SHA for 039bd82
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pg_graphql"
3
-version = "1.4.4"
+version = "1.5.0"
4
edition = "2021"
5
6
[lib]
docs/changelog.md
@@ -64,4 +64,8 @@
64
## 1.4.4
65
- bugfix: function returning a noncompliant view's type no longer breaks introspection
66
67
+## 1.5.0
68
+- feature: `first`/`offset` based pagination
69
+
70
71
## master
0 commit comments