Fork me on GitHub
#graphql
<
2022-03-11
>
simonkatz09:03:53

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?

simonkatz10:03:26

Maybe there’s a way of producing a a GraphQL json schema? Then I could try something like https://github.com/sheerun/graphqlviz

Lennart Buit11:03:51

You can just sent an introspection query to your endpoint

Lennart Buit11:03:39

Yeah, I think that's exactly what that tool does

simonkatz11:03:48

Ah, right. Thanks; I will explore that.

simonkatz14:03:51

Yep — that’s working nicely. Thanks again.