youshido-php / GraphQLBundle

Pure PHP implementation of GraphQL Server – Symfony Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are no registered paths for namespace "GraphQLBundle".

Zerewan opened this issue · comments

fixed by adding:

twig:
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
paths:
'%kernel.project_dir%/vendor/youshido/graphql-bundle/Resources/views': 'GraphQLBundle'