Fork me on GitHub
#pedestal
<
2020-07-13
>
abdullahibra14:07:29

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?

twashing18:07:34

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.

chrisulloa20:07:19

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

chrisulloa20:07:11

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