Fatal error: Type of Rebing\GraphQL\Support\UploadType::$name must be string #944
-
Hi,
in my logs i can see
What make i wrong? Greatz: Timo |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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 |
Beta Was this translation helpful? Give feedback.
-
FTR, https://github.com/webonyx/graphql-php/releases/tag/v14.11.8 was released, resolving this |
Beta Was this translation helpful? Give feedback.
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
aspublic $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.