fine tuning models

This commit is contained in:
2026-02-06 18:46:27 -03:00
parent e642908abb
commit 8f5d407e0e
5 changed files with 9 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ python -m modelgen from-schema \
# Graphene types for GraphQL: domain models + enums + API types
python -m modelgen from-schema \
--schema schema/models \
--output api/schemas/graphql_types.py \
--output api/schemas/graphql.py \
--targets graphene \
--include dataclasses,enums,api