Merge the mas_graphql crate into the mas_handlers crate (#2783)

This commit is contained in:
reivilibre
2024-05-17 17:22:34 +01:00
committed by GitHub
parent d0a18ab322
commit 06e3bc3ed1
35 changed files with 199 additions and 278 deletions

View File

@@ -10,7 +10,7 @@ POLICIES_SCHEMA="${BASE_DIR}/policies/schema/"
set -x
cargo run -p mas-config > "${CONFIG_SCHEMA}"
cargo run -p mas-graphql > "${GRAPHQL_SCHEMA}"
cargo run -p mas-handlers --bin graphql-schema > "${GRAPHQL_SCHEMA}"
cargo run -p mas-i18n-scan -- --update "${BASE_DIR}/templates/" "${BASE_DIR}/translations/en.json"
OUT_DIR="${POLICIES_SCHEMA}" cargo run -p mas-policy --features jsonschema