thecodingmachine / graphqlite-bundle

A Symfony bundle for thecodingmachine/graphqlite.
35 stars 37 forks source link

Fix getname on null #76

Closed espritf closed 3 years ago

espritf commented 3 years ago

This PR fixes error: "Call to a member function getName() on null"

I tried to use "Any" scalar type from here: https://github.com/thecodingmachine/graphqlite-misc-types. Error appear when I use type-hint "scalar" in doc-block instead of php code.

moufmouf commented 3 years ago

Thanks a lot for the PR! :+1: