graphql 2023-02-24

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

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

👍🏼 1

Thanks, that covers it.