pedestal

abdullahibra 2020-07-13T14:16:24.303800Z

Hi everyone,

abdullahibra 2020-07-13T14:17:29.304800Z

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?

twashing 2020-07-13T18:57:34.306200Z

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.

chrisulloa 2020-07-13T20:35:19.306300Z

It has a documentation explorer. You can also use other tooling as a consumer to validate your graphql queries in your IDE.

chrisulloa 2020-07-13T20:37:11.306500Z

Which I think is better than Swagger… just in my opinion