Fork me on GitHub
#graphql
<
2023-02-24
>
sparkofreason22:02:40

Does lacinia have implement the inverse of parse-schema? A function which takes the lacinia EDN schema definition and outputs an SDL string?

thom07:02:37

Perhaps not what you’re after, but in the general case, you can always get the schema from a GraphQL endpoint itself using introspection queries. https://stackoverflow.com/questions/37397886/get-graphql-whole-schema-query

2
sparkofreason12:02:46

Thanks, that covers it.