Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not work on strapi v4.5.2 #50

Closed
whydnxx opened this issue Nov 30, 2022 · 6 comments
Closed

Not work on strapi v4.5.2 #50

whydnxx opened this issue Nov 30, 2022 · 6 comments

Comments

@whydnxx
Copy link

whydnxx commented Nov 30, 2022

Not supported in new strapi versions.

"@strapi/strapi": "4.5.2",
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},

@ComfortablyCoding
Copy link
Contributor

Wierd that should have been fixed in 2.1.1. what error does it show?

@ComfortablyCoding
Copy link
Contributor

Closing as i cannot reproduce this issue.

@jacobedawson
Copy link

@ComfortablyCoding - I'm just learning of the horrors of GraphQL implementation using Strapi 4+, and can confirm that the transformer does not seem to be working for me on v4.5.3 - there are no errors, it just simply is not transforming responses, failing silently.

@jacobedawson
Copy link

Now that I think of it - the confusion may be that this works only for REST, not for GraphQL, is that correct? If so, I think pointing that out at the top of the repo would clear up potential confusion.

@ComfortablyCoding
Copy link
Contributor

You are correct that this does not work for graphql. The reason being that it is not easily achievable to modify the generated gql schemas so their would be a mismatch.

Good point about the note, I will add it in.

@ComfortablyCoding
Copy link
Contributor

Note that GraphQL is not supported has been added to the README

P.S. context #23 & #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants