You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/learn/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3047,7 +3047,7 @@ <h3 id="determine-a-query-operation-type">Determine a Query Operation Type</h3>
3047
3047
3048
3048
<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. <codeclass="language-plaintext highlighter-rouge">ast.Document</code> exposes <codeclass="language-plaintext highlighter-rouge">operationType</code> and <codeclass="language-plaintext highlighter-rouge">operation</code> for this.</p>
3049
3049
3050
-
<h2id="performance-tips">Performance tips.</h2>
3050
+
<h2id="performance-tips">Performance tips</h2>
3051
3051
3052
3052
<p>Sangria is being used by several companies on production since several years and capable of handling a lot of traffic.</p>
Copy file name to clipboardExpand all lines: learn.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3006,7 +3006,7 @@ You can find a parser function in `sangria.introspection.IntrospectionParser`.
3006
3006
3007
3007
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.
3008
3008
3009
-
## Performance tips.
3009
+
## Performance tips
3010
3010
3011
3011
Sangria is being used by several companies on production since several years and capable of handling a lot of traffic.
0 commit comments