Commits
Click on a commit to change the comparison range[pre-commit.ci] auto fixes from pre-commit.com hooks8 months ago
by pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks8 months ago
by pre-commit-ci[bot] Update docs/index.md7 months ago
by gaborbernat Merge branch 'main' into main Import Types from jsonschema parser in test_param.py Refactor data type assignment in test_param.py to use built-in str type Refactor dataclass argument handling in _create_data_model for improved readability Add tests for Pydantic model handling in GraphQL and JSON Schema code generation Add test for GraphQL code generation with frozen and keyword-only dataclass Refactor dataclass argument handling to simplify merging of existing arguments Remove .venv/ from .gitignore to allow virtual environment tracking Merge branch 'main' into main feat: update JSON parsing to use DataclassArguments for improved validation fix: cast result to DataclassArguments for type safety in argument parsing test: add parameterized tests for _create_data_model in GraphQLParser Merge branch 'main' into main