aboutsummaryrefslogtreecommitdiff
path: root/graphql/update_schema.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/update_schema.sh')
-rwxr-xr-xgraphql/update_schema.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphql/update_schema.sh b/graphql/update_schema.sh
new file mode 100755
index 0000000..434f207
--- /dev/null
+++ b/graphql/update_schema.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+get-graphql-schema https://gitlab.com/api/graphql > ./graphql/schema.graphql