Skip to content

Commit 695641d

Browse files
authored
We don't support overloaded functions
1 parent 61e6334 commit 695641d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/pages/postgraphile/function-restrictions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ title: Database Function Restrictions
55
---
66

77
PostGraphile supports a wide range of PostgreSQL functions, the only major class
8-
of functions we don't support currently are VARIADIC functions.
8+
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.
911

1012
### Thanks
1113

0 commit comments

Comments
 (0)