graphql

practicalli-john 2021-05-12T15:34:43.023700Z

I'd like to generate a document site for our GraphQL end point, preferably by introspection as we currently use Hasura. However we are looking to change our GraphQL generator, so should be defining a proper schema soon. Does anyone have any recommendations as I havent found anything I can get working. • https://github.com/wayfair/dociql - seems okay, but not able to run queries • https://github.com/2fd/graphdoc - looks very nice, but I havent managed to install it yet • https://github.com/mvochoa/graphqldoc - seems abandoned • https://github.com/mhallin/graphql-docs - doesnt install from npm package It would seem writing my own tool may be required...

1👀