Skip to content

Commit

Permalink
Add: last improvements before talk
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Jul 2, 2024
1 parent fedd66a commit 3f874b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ <h2>Error Handling</h2>
</tr>
<tr>
<td>Status codes to indicate nature of errors</td>
<td>Error classes (Apollo Server)</td>
<td>Error classes</td>
</tr>
<tr>
<td>Error messages within response body</td>
Expand Down Expand Up @@ -729,8 +729,8 @@ <h2>Unit Testing: GraphQL</h2>
const GET_RESOURCES = `
query {
resources {
id
name
id
name
}
}
`;
Expand Down Expand Up @@ -781,8 +781,10 @@ <h1>Conclusion</h1>
<h2>Useful, but</h2>
<ul>
<li>Caching</li>
<li>Circular Queries (FE)</li>
<li>Error Handling</li>
<li>Introspection</li>
<li>query *</li>
<li>Up-to-date projects</li>
<li>Unit Testing</li>
</ul>
Expand Down

0 comments on commit 3f874b2

Please sign in to comment.