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 09dd20a commit 90b5ac2Copy full SHA for 90b5ac2
nix/tests/expected/pg_graphql.out
@@ -1,4 +1,5 @@
1
begin;
2
+ comment on schema public is '@graphql({"inflect_names": true})';
3
create table account(
4
id serial primary key,
5
email varchar(255) not null,
nix/tests/sql/pg_graphql.sql
0 commit comments