From f869c7f52d8fd1f1ef61e218bbec4d0dac27673d Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Jun 2022 12:28:18 +0200 Subject: init --- graphql/update_schema.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 graphql/update_schema.sh (limited to 'graphql/update_schema.sh') 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 -- cgit v1.2.3