Hi everyone,
i'm using reitit with pedestal, How can this simple example https://github.com/metosin/reitit/tree/master/examples/pedestal-swagger be improved to add better handling of invalid inputs?
I know Lacinia-Pedestal
supports GraphiQL
. But GraphiQL looks more like a GQL query workbench.
It’d be nice if there was a Swagger for GraphQL.
It has a documentation explorer. You can also use other tooling as a consumer to validate your graphql queries in your IDE.
Which I think is better than Swagger… just in my opinion