Hey I see that there is an introspection schema <h...
# kgraphql
w
Hey I see that there is an introspection schema here and specified through the code. Is there a way to generate the json from this for use in other tools and clients?
j
using tools like Apollo Codegen should be perfect for this.
KGraphQL itself doesn't have support for generating the schema yet. You can follow this issue on GitHub for when that will be supported: https://github.com/aPureBase/KGraphQL/issues/14