nicolasd·6 anni fa·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 anni fa·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 anni fa·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.