graphql

sparkofreason 2023-09-28T22:30:25.922269Z

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

namenu 2023-10-02T13:26:23.852549Z

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)

👍 1
👀 1
❤️ 1