File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ sidebar_label: Symfony bundle
66
77The GraphQLite bundle is compatible with ** Symfony 4.x** and ** Symfony 5.x** .
88
9- <div class =" alert alert-warning " >
10- The Symfony Flex recipe is not yet available.
11- </div >
12-
13-
149## Applications that use Symfony Flex
1510
1611Open a command console, enter your project directory and execute:
@@ -27,7 +22,7 @@ graphqlite:
2722 namespace :
2823 # The namespace(s) that will store your GraphQLite controllers.
2924 # It accept either a string or a list of strings.
30- controllers : App\Controller \
25+ controllers : App\GraphQLController \
3126 # The namespace(s) that will store your GraphQL types and factories.
3227 # It accept either a string or a list of strings.
3328 types :
You can’t perform that action at this time.
0 commit comments