crashappsec / gql_schema_codegen

A module to generate Python typings from a GrapqhQL schema
MIT License
0 stars 1 forks source link

Use dataclasses instead of typed dicts #1

Closed nettrino closed 1 year ago

nettrino commented 1 year ago

To generate types run: python -m gql_schema_codegen -p ./schema.graphql -t out.py -c scalars.yml