Skip to content

Commit b63ce46

Browse files
authored
Merge pull request #112 from sangria-graphql/remove-dot
remove dot
2 parents 8abfd93 + 756be1f commit b63ce46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/learn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,7 @@ <h3 id="determine-a-query-operation-type">Determine a Query Operation Type</h3>
30473047

30483048
<p>Sometimes it can be very useful to know the type of query operation. For example you need it if you want to return a different response for subscription queries. <code class="language-plaintext highlighter-rouge">ast.Document</code> exposes <code class="language-plaintext highlighter-rouge">operationType</code> and <code class="language-plaintext highlighter-rouge">operation</code> for this.</p>
30493049

3050-
<h2 id="performance-tips">Performance tips.</h2>
3050+
<h2 id="performance-tips">Performance tips</h2>
30513051

30523052
<p>Sangria is being used by several companies on production since several years and capable of handling a lot of traffic.</p>
30533053

learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@ You can find a parser function in `sangria.introspection.IntrospectionParser`.
30063006
30073007
Sometimes it can be very useful to know the type of query operation. For example you need it if you want to return a different response for subscription queries. `ast.Document` exposes `operationType` and `operation` for this.
30083008
3009-
## Performance tips.
3009+
## Performance tips
30103010
30113011
Sangria is being used by several companies on production since several years and capable of handling a lot of traffic.
30123012

0 commit comments

Comments
 (0)