4IT580: Docs
4IT580 WebGitLab

12th Practical Class:
Asynchronous BE and how to log on server

Asynchronous JavaScript

But what is async/await? Let's look first at promises and basics quickly.

Let's put it in our resolvers example:

Use async/await instead

Common mistake when returning data from async function and handling errors:

Our quack resolver using try/catch/finally

How to properly log on GraphQL server?

s are not enough, why?

Use tools or your implementation of log

How to log in ApolloServer

Apollo Plugins

Let's see the implementation in Quacker