Merge pull request #606

This commit is contained in:
symfony-flex-server[bot]
2019-06-29 07:53:59 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
# Read more about GraphQLite available options at: https://graphqlite.thecodingmachine.io/docs/symfony-bundle
graphqlite:
namespace:
controllers: App\Controller\
types:
- App\
@@ -0,0 +1,8 @@
{
"bundles": {
"TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}