We are trying to create a GraphQL API with AWS AppSync. When we try to create the documentation for that API in graphdoc, we get Type "AWSJSON" not found in document.
When I try to create the API documentation in graphdoc, I get the error "Type "AWSJSON" not found in document.
The command I ran was as follows
graphdoc -s . /schema.graphql -o . /doc/schema
Is it possible to create a document if it contains a type like "AWSJSON"?