Farid Movsumov

Results 4 comments of Farid Movsumov

I am getting the following response

Pasting also my code to make it easier to help :D ```php $mutation = (new Mutation('signIn')) ->setOperationName('SignInMutation') ->setArguments( [ 'input' => new RawObject('{email: "[email protected]", password: "'.$hashedPassword.'"}'), ]) ->setSelectionSet([ (new Query('currentUser'))...

I have the same issue. I am using elastic.co service and it was working perfectly until yesterday. Suddenly it started to throw an error. `Elasticsearch\Common\Exceptions\BadRequest400Exception : {"error":"Incorrect HTTP method for...

I solved this in the end by removing slash from my requests but this is super weird how it is started to giving errors out of nowhere. Contacted support about...