Skip to content

Commit

Permalink
Wrap planning demos
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Jun 26, 2024
1 parent 8b4bb51 commit 3554c3a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ <h2>GraphQL Subscriptions</h2>
<section>
<h2>GraphQL Subscription == REST WebSockets</h2>
</section>
<section>
<h1>Demo?</h1>
<p>Simplest example of GraphQL query.</p>
</section>
<section>
<h1>Beyond the Basics</h1>
</section>
Expand Down Expand Up @@ -516,10 +520,6 @@ <h2>Standardization: REST</h2>
<h2>Fragmentation: GraphQL</h2>
<p>Apollo Server, GraphQL Yoga, Envelop, Express-GraphQL (deprecated), Apollo Client, Relay, urql.</p>
</section>
<section>
<h1>Demo</h1>
<p>Standardization vs Fragmentation on an example of simplest example.</p>
</section>
<section>
<h1>Unit Testing</h1>
</section>
Expand Down Expand Up @@ -649,6 +649,10 @@ <h2>Unit Testing: GraphQL</h2>
});
</pre></code>
</section>
<section>
<h1>Demo</h1>
<p>Unit Testing in GraphQL.</p>
</section>
<section>
<h1>Trends</h1>
</section>
Expand Down

0 comments on commit 3554c3a

Please sign in to comment.