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 bcbd3d2 commit 7a3d543Copy full SHA for 7a3d543
changelog.d/1604
@@ -0,0 +1,10 @@
1
+synopsis: Full query string helpers
2
+prs: #1604
3
+
4
+description: {
5
+ This PR introduces `DeepQuery`, a route combinator that implements a pattern commonly known as deep objects.
6
+ It builds upon the convention of using `[]` for a list of parameters:
7
+ `books?filter[search]=value&filter[author][name]=value`.
8
+ The corresponding type would be `DeepQuery "filter" BookQuery :> Get '[JSON] [Book]`.
9
10
+}
0 commit comments