adding in qt cli project instead of using raw c++ and/or golang FFI

This commit is contained in:
talksik
2025-02-22 08:45:54 -08:00
parent 7fcc9b8177
commit 05a6d677a4
32 changed files with 213 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
rm -rf ./src/generated
mkdir -p ./src/generated
./external/cppgraphqlgen/build/src/clientgen -s ./src/schema.graphqls \
-r ./src/query.graphql \
--source-dir ./src/generated \
--header-dir ./src/generated \
-p Client \
-n graphql