Julian Giamblanco
Julian Giamblanco
Looks like tests are passing now, there was one test that was using the `__getitem__` behavior in its assertions that needed to be updated.
Did a couple more fixes and it looks like all tests are passing now. Let me know if I should check on anything else.
> > > I'm starting to test your branch on some transformations I run to try to find BC breaks. Would you be kind enough to add a few documentation...
This might do it, depending on your query: ```rust #[derive(GraphQLQuery)] #[graphql( schema_path = "schema.json", query_path = "query.graphql", variables_derives = "Default", )] pub struct Query; ``` This works for me in...