Generate GraphQL local documentation
Tool name: graphdoc.
Code snippet:
graphdoc -e https://{GRAPHQL_ENDPOINT}/graphql -x "x-api-key: {TOKEN}" -o ./doc/schema
open ./doc/schema/index.html
On Software Engineering, Cloud Computing, Technical Training.
Tool name: graphdoc.
Code snippet:
graphdoc -e https://{GRAPHQL_ENDPOINT}/graphql -x "x-api-key: {TOKEN}" -o ./doc/schema
open ./doc/schema/index.html