We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5a0a2 commit b50a3fdCopy full SHA for b50a3fd
UPGRADE-0.10.md
@@ -0,0 +1,18 @@
1
+UPGRADE FROM 0.9 to 0.10
2
+=======================
3
+
4
+# Table of Contents
5
6
+- [GraphiQL](#graphiql)
7
8
+### GraphiQL
9
10
+ * The GraphiQL class has been removed in favor of a new bundle.
11
12
+ Upgrading:
13
+ - Remove the graphiql route from your application
14
+ - For standard Symfony installation: `/app/config/routing_dev.yml`
15
+ - For Symfony Flex: `/config/routes/dev/graphql_graphiql.yaml`
16
+ - Installing OverblogGraphiQLBundle
17
+ - `composer require overblog/graphiql-bundle`
18
+ - Follow instructions at https://github.com/overblog/GraphiQLBundle
0 commit comments