For the last few years, I have been working with GraphQL, and during that time, I haven’t seen too much content regarding the context. Having used RESTful and RPC frameworks in the past, which have their own concept of context, I had a pretty good idea of how to use it effectively. However, in a RESTful API, the endpoint is only called once per HTTP request, and in GraphQL, any number of resolvers could be invoked per query.