diff options
Diffstat (limited to 'graphql/update_schema.sh')
| -rwxr-xr-x | graphql/update_schema.sh | 5 |
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 |
