laravel-graphql icon indicating copy to clipboard operation
laravel-graphql copied to clipboard

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

Open edalzell opened this issue 6 years ago • 1 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?

edalzell avatar Aug 18 '18 19:08 edalzell

Any ideas?

edalzell avatar Nov 04 '18 01:11 edalzell