Skip to content

Commit 33f2330

Browse files
committed
Added new youtube episode to the docs.
1 parent b7e9659 commit 33f2330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/src/docs/hotchocolate/v15/fetching-data/fetching-from-databases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ In this section, you find a simple example on how you can fetch data from a data
99
You can couple your business logic close to the GraphQL server, or cleanly decouple your domain layer from the GraphQL layer over abstractions.
1010
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.
1111

12+
<Video videoId="FhNK7KMAnXc" />
13+
1214
In this example, we will directly fetch data from MongoDB in a resolver.
1315

1416
# Setting up the Query

0 commit comments

Comments
 (0)