-
Notifications
You must be signed in to change notification settings - Fork 225
Symfony 5.3 Could not found type with alias "Query" error #904
Unanswered
ivanaareon
asked this question in
Q&A
Hello,
Since I've upgraded from Symfony 5.1 to 5.3 it apparently can't see the Query.type.yaml file, I'm getting error "Could not found type with alias "Query" error" in every GraphQL endpoint call. When I switch back to symfony 5.1 it works again.
This is working in linux docker POD in a Windows 10 OS.
I'd appreciate any help.
Thanks.
All reactions
Replies: 1 comment 1 reply
this is not a bug from this bundle, just a docker linux POD bug.
ls -i -h
We can close it. Thanks.
All reactions
1 reply
@ivanaareon Your comment is incomplete and very unclear. In what way does a docker linux POD bug prevent symfony from finding a file? This is starting to look like a bug in the overblog graphql package. For some reason, the Query.types.yaml file is not found and the Queries in that file are not being registered.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment