GraphiQL: GraphQL’s Killer App?
medium.com
GraphiQL: GraphQL’s Killer App?
1–10 of 18 posts
Re: GraphiQL: GraphQL’s Killer App?
#2Re: GraphiQL: GraphQL’s Killer App?
#3Is everyone so sick of Windows forms that we can only edit text now? No GUI?
Re: GraphiQL: GraphQL’s Killer App?
#4Re: GraphiQL: GraphQL’s Killer App?
#5Re: GraphiQL: GraphQL’s Killer App?
#6Re: GraphiQL: GraphQL’s Killer App?
#7On a related note, http://editor.swagger.io & http://petstore.swagger.io provide a similar UI for exploring REST APIs which have an OpenAPI (formerly known as Swagger) specification.
Re: GraphiQL: GraphQL’s Killer App?
#8Things like postman ( https://chrome.google.com/webstore/detail/postman/fhbjgbifli... ) exist for normal REST APIs. But it's lack of use suggests to me this isn't something people need.
Re: GraphiQL: GraphQL’s Killer App?
#9Re: GraphiQL: GraphQL’s Killer App?
#10Am I the only one who designs endpoints to spit back usage instructions if you call them without arguments? This goes a long way toward helping devs use those endpoints, in my experience - and they can use normal tools (in particular, the network pane of Chrome Dev tools). This is not to take away from GraphiQL, but it doesn't seem like that much more than you get with such a convention.