POST request from OpenAPI endpoint not showing up #5203
-
I am right now attempting to add a rest api to mesh. I am only able to convert GET queries. The POST query I am attempting to convert will not show up. I went into the schema and attempted to change the POST to GET, but that didn't work because GET requests weren't allowed to have a request body it seems. I also attempted the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Could you help us to reproduce it? |
Beta Was this translation helpful? Give feedback.
-
I figured out what was wrong. I somehow did not see add new mutation button in the explorer. When I clicked that, I was able to get it to work. Everything is working fine. I am closing this issue |
Beta Was this translation helpful? Give feedback.
I figured out what was wrong. I somehow did not see add new mutation button in the explorer. When I clicked that, I was able to get it to work.
Everything is working fine. I am closing this issue