graphql

2022-03-11T09:53:53.089509Z

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?

2022-03-11T10:03:26.933979Z

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

2022-03-11T11:12:51.754359Z

You can just sent an introspection query to your endpoint

2022-03-11T11:13:39.893739Z

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

2022-03-11T11:39:48.431609Z

Ah, right. Thanks; I will explore that.

2022-03-11T14:11:51.908549Z

Yep — that’s working nicely. Thanks again.