absinthe-graphql / absinthe

The GraphQL toolkit for Elixir
http://absinthe-graphql.org
Other
4.27k stars 525 forks source link

Generate Blueprint structs from introspection query #742

Open binaryseed opened 5 years ago

binaryseed commented 5 years ago

Take the result of an introspection query and generate Blueprint structs. From that point, we can do anything with those structs, including rendering SDL or generating a schema module.

Split out from work in #736

maartenvanvliet commented 3 years ago

I implemented this functionality in an external package (https://github.com/maartenvanvliet/artem_introspection_schema) but if there's interest we can port it to Absinthe itself as well.