top | item 42573164 (no title) notcrazylol | 1 year ago Probably a dumb question but if my web app uses graphql, how would I go about with the swagger generation?(since its just one endpoint)Thank you for sharing this though, I was looking for a tool like this :) discuss order hn newest alp1n3_eth|1 year ago Have you tried something like GraphQL playground before? https://github.com/graphql/graphql-playgroundThere's other tools out there that can generate similar docs or playgrounds, given you have a schema/spec of some type. rat87|1 year ago Why would you use swagger/openapi? My understanding is that graphql has its own schema system that's supposed to be returned by the server when the client requests it.https://graphql.org/learn/schema/
alp1n3_eth|1 year ago Have you tried something like GraphQL playground before? https://github.com/graphql/graphql-playgroundThere's other tools out there that can generate similar docs or playgrounds, given you have a schema/spec of some type.
rat87|1 year ago Why would you use swagger/openapi? My understanding is that graphql has its own schema system that's supposed to be returned by the server when the client requests it.https://graphql.org/learn/schema/
alp1n3_eth|1 year ago
There's other tools out there that can generate similar docs or playgrounds, given you have a schema/spec of some type.
rat87|1 year ago
https://graphql.org/learn/schema/