Trung Dang
Trung Dang
If #1163 is accepted do note that there would be now a code line different in this PR that needs to be resolved. For the tests, please help me work...
Currently I just simply remove/opt-out of TS (remove `lang="ts"`) on model components :D, Should be a quick fix but the team is preparing for 4.0 I guess.
@BenoitBotton I do get it if I enable ts for Tres-related component files, Tres types seems not fully aligned with real documented behavior.
I have noticed (and fixed) this issue a while back when updating my fork to align with hono's current update, you could patch the package for a workaround in the...
Hi @mthmcalixto, coming back to this issue, graphql is using HTTP method and should be supported by the official adapter. For your case, it is actually because you were including...
That's weird, is "GraphQL query" in the Body a string that you put in or is it a placeholder by the API Client?, From my testing, when the body is...
Hi @mthmcalixto, this is my response if I put the query empty and do a GET (Lambda):  The response is a proper 400 with message, not a 502
@mthmcalixto It will return 400 with message if the body is selected as `None`, If the body is selected as `GraphQL`, even with nothing inputted, `httpie` will still include the...
 You could have checked it the whole time in the `Request` tab 🤦🏽
Hi, The problem here is by web standards, HTTP GET requests cannot contains a Body, and HTTPie will includes a body of `{"query": ""}` even when you have inputted nothing...