You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
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"?
The text was updated successfully, but these errors were encountered: