schema: add a script to re-export the schema

This commit is contained in:
Valentin Tolmer
2021-09-01 10:01:08 +02:00
committed by nitnelave
parent 2954109d96
commit 6ef06163db
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
#! /bin/sh
cd $(dirname $(readlink -f "$0"))
cargo run -- export_graphql_schema -o schema.graphql