Skip to content

Commit b50a3fd

Browse files
committed
Docs: Upgrade 0.10
1 parent dc5a0a2 commit b50a3fd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

UPGRADE-0.10.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)