Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/learn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3047,7 +3047,7 @@ <h3 id="determine-a-query-operation-type">Determine a Query Operation Type</h3>

<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>

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

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

Expand Down
2 changes: 1 addition & 1 deletion learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@ You can find a parser function in `sangria.introspection.IntrospectionParser`.

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.

## Performance tips.
## Performance tips

Sangria is being used by several companies on production since several years and capable of handling a lot of traffic.

Expand Down