Skip to content

Commit

Permalink
Added new youtube episode to the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Feb 27, 2025
1 parent b7e9659 commit 33f2330
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ In this section, you find a simple example on how you can fetch data from a data
You can couple your business logic close to the GraphQL server, or cleanly decouple your domain layer from the GraphQL layer over abstractions.
The GraphQL server only knows its schema, types and resolvers, what you do in these resolvers and what types you expose, is up to you.

<Video videoId="FhNK7KMAnXc" />

In this example, we will directly fetch data from MongoDB in a resolver.

# Setting up the Query
Expand Down

0 comments on commit 33f2330

Please sign in to comment.