nicolasd·6 years ago·discussTwo reasons that come to my mind: 1. legal burden of hiring globally 2. while allowing remote work, the company might not be set up for asynchronous communication
nicolasd·7 years ago·discussI’ve raised similar concerns as well, especially with the same argument about non-development departments.However, with the Ultimate plan you also get free guest users, which could serve well for most users who are not developers.
nicolasd·8 years ago·discussThat's not true. "GraphQL requests" are _just_ POST requests with a JSON that contains "query" and "variables".So it's not the request itself that is not debuggable, but maybe the query interpreter on your backend with the framework you're using.