crashappsec / gql_schema_codegen

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

adding --import/--only flags #4

Closed miki725 closed 1 year ago

miki725 commented 1 year ago

this allows to reuse enums if multiple variants of the schema is generated

kind of hacky approach but kind of works. we can clean up in the future