Last time [/type-safe-functional-graphql] we left off with a very minimal
GraphQL API with its resolver function written in Purescript. Now, let's look at
more complex resolver functions that have asynchronous return values.
Input and Context
First, let's take a closer look at the GraphQL resolver function. Open up your
index.