How to add graphql endpoint to swagger documentation? #6516
Unanswered
ctorresunimag95
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using Hot Chocolate 13.4.0 to integrate the GraphQL server into an existing API. I wanted to know if there is a way to add the
graphql
endpoint as part of the swagger documentation with the JSON object that has the query and variables params that the endpoint is expecting.I need to expose the graphql point in Swagger for an existing service because I have a service where the external addresses are referenced through an APIM in Azure. then the script takes the end points to be mapped from the swagger. If the endpoint is not there (in Swagger) is not mapped.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions