Skip to content

Commit 18c10b4

Browse files
committed
Docs: Removing more GraphiQL information
1 parent b50a3fd commit 18c10b4

File tree

3 files changed

+7
-54
lines changed

3 files changed

+7
-54
lines changed

Resources/doc/definitions/graphiql/custom-http-headers.md

Lines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
GraphiQL
22
========
33

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

Resources/doc/definitions/schema.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Default files location
1919
Yaml configuration
2020
-------
2121

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
2323
[here](expression-language.md) and [here](http://symfony.com/doc/current/components/expression_language/syntax.html).
2424

2525
```yaml
@@ -96,13 +96,14 @@ type | Path
9696
-----| -----
9797
simple request | `/graphql/foo`
9898
batch request | `/graphql/foo/batch`
99-
GraphiQL | `/graphiql/foo`
99+
GraphiQL* | `/graphiql/foo`
100100

101101
**bar** schema endpoint can be access:
102102

103103
type | Path
104104
-----| -----
105105
simple request | `/graphql/bar`
106106
batch request | `/graphql/bar/batch`
107-
GraphiQL | `/graphiql/bar`
107+
GraphiQL* | `/graphiql/bar`
108108

109+
\* `/graphiql` depends on [OverblogGraphiQLBundle](https://github.com/overblog/GraphiQLBundle)

0 commit comments

Comments
 (0)