Skip to content

Commit

Permalink
Add: comparison to REST for GraphQL operations
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Jun 26, 2024
1 parent c7aa2d4 commit 8b4bb51
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h2>Is GraphQL really helpful in contrast to REST API's?</h2>
</section>
<section>
<h1>What is GraphQL?</h1>
<h1>GraphQL?</h1>
</section>
<section>
<h1>What is a GraphQL?</h1>
Expand Down Expand Up @@ -160,6 +160,9 @@ <h2>GraphQL Basics: Query</h2>
}
</code></pre>
</section>
<section>
<h2>GraphQL Query == REST "GET"</h2>
</section>
<section>
<h2>GraphQL Mutations and Subscriptions</h2>
</section>
Expand Down Expand Up @@ -191,6 +194,9 @@ <h2>GraphQL Mutations</h2>
}
</code></pre>
</section>
<section>
<h2>GraphQL Mutation == REST "POST", "PUT", "PATCH", "DELETE" (C<s>R</s>UD)</h2>
</section>
<section>
<h2>GraphQL Subscriptions</h2>
<pre><code>
Expand All @@ -207,6 +213,9 @@ <h2>GraphQL Subscriptions</h2>
}
</code></pre>
</section>
<section>
<h2>GraphQL Subscription == REST WebSockets</h2>
</section>
<section>
<h1>Beyond the Basics</h1>
</section>
Expand Down

0 comments on commit 8b4bb51

Please sign in to comment.