Does the plugin work for GraphQL data? #13
-
Does it work only in REST API? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Just had the same question. However, this doesn't seem to work for GraphQL yet :( And omitting the property in the query: |
Beta Was this translation helpful? Give feedback.
-
Hello, Currently this plugin does not work with GraphQL, but I am looking into adding support for it. I have managed to handle the response part and am currently investigating on how to modify the entity schemas to remove the attributes keys so no mismatch between the request and response. |
Beta Was this translation helpful? Give feedback.
Hello,
Currently this plugin does not work with GraphQL, but I am looking into adding support for it.
I have managed to handle the response part and am currently investigating on how to modify the entity schemas to remove the attributes keys so no mismatch between the request and response.