Replies: 1 comment
-
Its possible in a silly way - in the that But I dont think its possible to describe the graphql type system (the schema ) in Swagger because while elements of it look a bit like JSON schema - its not that. graphql != REST by a large margin and Swagger is a REST documentation mechanism. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a GraphQL endpoint and a couple of regular REST endpoints with springboot in the same application. The REST endpoints are documented in Swagger and I was wondering what the best way to expose the GraphQL schema to the client would be. I'm hoping to also put it in swagger with the other endpoints, is that possible?
Beta Was this translation helpful? Give feedback.
All reactions