File tree 3 files changed +7
-54
lines changed
Resources/doc/definitions
3 files changed +7
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
GraphiQL
2
2
========
3
3
4
- * [ Custom HTTP headers] ( custom-http-headers.md )
4
+ GraphiQL is provided by the bundle [ OverblogGraphiQLBundle] ( https://github.com/overblog/GraphiQLBundle )
5
+
6
+ Follow its instructions in order to customize the headers
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Default files location
19
19
Yaml configuration
20
20
-------
21
21
22
- For more examples on what can be done with Symfony Expression Language (the stuff after ` @= ` ), check
22
+ For more examples on what can be done with Symfony Expression Language (the stuff after ` @= ` ), check
23
23
[ here] ( expression-language.md ) and [ here] ( http://symfony.com/doc/current/components/expression_language/syntax.html ) .
24
24
25
25
``` yaml
@@ -96,13 +96,14 @@ type | Path
96
96
-----| -----
97
97
simple request | `/graphql/foo`
98
98
batch request | `/graphql/foo/batch`
99
- GraphiQL | `/graphiql/foo`
99
+ GraphiQL* | `/graphiql/foo`
100
100
101
101
**bar** schema endpoint can be access:
102
102
103
103
type | Path
104
104
-----| -----
105
105
simple request | `/graphql/bar`
106
106
batch request | `/graphql/bar/batch`
107
- GraphiQL | `/graphiql/bar`
107
+ GraphiQL* | `/graphiql/bar`
108
108
109
+ \* `/graphiql` depends on [OverblogGraphiQLBundle](https://github.com/overblog/GraphiQLBundle)
You can’t perform that action at this time.
0 commit comments