|
|
|
|
|
by javajosh
3816 days ago
|
|
Am 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. |
|
This is distinct from throwing exceptions when an endpoint is called with e.g. invalid parameters.