Aleix
Results
1
comments of
Aleix
Hi, I’ve also been looking into how to implement dynamic schemas using Juniper. I came up with an approach to leverage the [`GraphQLValue::TypeInfo`](https://docs.rs/juniper/latest/juniper/trait.GraphQLValue.html#associatedtype.TypeInfo) and provide a custom configuration object, which...