My resolve of a Field in Graphql with laravel does not work

0

I'm trying to perform this custom resolver for a field, I used graphql in Node before, and it's the first time I use it with laravel, I do not understand why my resolver does not work.

    
asked by Johnny Pachecp 28.08.2018 в 15:03
source

1 answer

0

I've already managed to resolve the matter. You should return an object with the identifier of the Type name.

    
answered by 29.08.2018 в 00:34