Is this the right place to talk about Lacinia (https://github.com/walmartlabs/lacinia)? If so, any ideas on how to produce Entity-relationship diagrams (or anything else useful to give a graphical view) from Lacinia schemas?
Maybe there’s a way of producing a a GraphQL json schema? Then I could try something like https://github.com/sheerun/graphqlviz
You can just sent an introspection query to your endpoint
Yeah, I think that's exactly what that tool does
Ah, right. Thanks; I will explore that.
Yep — that’s working nicely. Thanks again.