tengen-io/server#40 Introduces a breaking change that will now require the client to submit a POST request to /login with a JSON body including username and password, instead of using the previous GraphQL mutation, logIn. Change the client so that logins work again.
tengen-io/server#40 Introduces a breaking change that will now require the client to submit a POST request to
/loginwith a JSON body includingusernameandpassword, instead of using the previous GraphQL mutation,logIn. Change the client so that logins work again.