Skip to content

Fatal error: Type of Rebing\GraphQL\Support\UploadType::$name must be string #944

Answered by mfn
TimoFrenzel asked this question in Q&A
Discussion options

You must be logged in to vote

I've a feeling this is related to webonyx/graphql-php#1221

Did you upgrade recently to graphql-php 14.11.7 ?

This library defines \Rebing\GraphQL\Support\UploadType::$name as public $name = 'Upload' and this matches type from graphql-php I still have locally installed, which is v14.11.6, public $name;. I.e. the property not typed, has not string type.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TimoFrenzel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants