nicolasd·il y a 6 ans·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·il y a 7 ans·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·il y a 8 ans·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.