Skip to content

Commit

Permalink
Merge pull request #112 from sangria-graphql/remove-dot
Browse files Browse the repository at this point in the history
remove dot
  • Loading branch information
yanns authored Nov 7, 2024
2 parents 8abfd93 + 756be1f commit b63ce46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit b63ce46

Please sign in to comment.