diff options
| author | Max Audron <audron@cocaine.farm> | 2022-06-07 12:28:18 +0200 |
|---|---|---|
| committer | Maximilian Manz <maximilian.manz@de.clara.net> | 2022-06-20 11:33:04 +0200 |
| commit | f869c7f52d8fd1f1ef61e218bbec4d0dac27673d (patch) | |
| tree | 8029b33976fc897a4ae81785e622a7e61ad2eb67 /graphql/update_schema.sh | |
init
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 |
