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 61e6334 commit 695641dCopy full SHA for 695641d
1 file changed
src/pages/postgraphile/function-restrictions.md
@@ -5,7 +5,9 @@ title: Database Function Restrictions
5
---
6
7
PostGraphile supports a wide range of PostgreSQL functions, the only major class
8
-of functions we don't support currently are VARIADIC functions.
+of functions we don't support currently are VARIADIC functions. We also do not
9
+support overloaded functions because it's not currently possible to expose them
10
+neatly over GraphQL.
11
12
### Thanks
13
0 commit comments