Skip to content

Commit 96f156b

Browse files
committed
Write generated schema to version control (for lint/diffs)
1 parent 2e60477 commit 96f156b

File tree

9 files changed

+12579
-718
lines changed

9 files changed

+12579
-718
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/graphql.json linguist-generated

.postgraphilerc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ module.exports = {
3838
connection,
3939
schema,
4040
options: {
41-
graphiql,
4241
dynamicJson,
42+
graphiql,
4343
watch,
4444
appendPlugins,
4545
},
4646
},
4747
// Options for the CLI:
4848
options: {
49+
connection,
50+
schema,
4951
dynamicJson,
5052
disableGraphiql: !graphiql,
5153
watchPg: watch,

0 commit comments

Comments
 (0)