Is anybody aware of a clojure or java library which will convert an introspection result to SDL? Like this: https://github.com/graphql/graphql-js/blob/main/src/utilities/printSchema.ts
not that I am aware of. but here's what we are using. https://github.com/green-labs/tools.graphql/blob/default/src/tools/graphql/sdl.clj#L12 (just opened, not polished at all)