Add section on exporting the GraphQL schema in JSON format to documentation
Problem
The current GraphQL Schema documentation doesn't include directions on exporting a GraphQL schema in JSON format. GraphQL supports several formats for it's schema. API Security only understands the JSON format. Adding directions will make it easier for users to use this feature
Online tool to convert: https://transform.tools/graphql-to-introspection-json
Edited by Michael Eddington