Cannot make this query work to graphql api
Im doins something really stupid but I cannot figre whats wrong, keep getting a 400 error
Solution:Jump to solution
use this as the query
```json
query project($id: String!) {
project(id: $id) {
createdAt...
7 Replies
Project ID:
N/A
N/A
Solution
use this as the query
and use this as the variables
thanks but same error, this is what Ive done:
it did work for me in postman, maybe try logging the response body
I believe its a TS problem cause it worked for me in graphiql. the response body is empty, just a 400 (Bad Req)
FYI, that's not a solution to my problem. The original query was already working in postman