folkloreinc / laravel-graphql

Facebook GraphQL for Laravel 5. It supports Relay, eloquent models, validation and GraphiQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple types in Schema error with `fresh` set to true

edalzell opened this issue · comments

In the call to GraphQL::type('Row') if I set the second parameter (fresh) to true, I get

Schema must contain unique named types but contains multiple types named "Row"

I do need new instances, how else am I supposed to do this?

Any ideas?