At present, the resolvers are executed synchronously, one after another. Need to add support for executing resolvers concurrently, using goroutines. We can follow the approach used by others: - https://github.com/samsarahq/thunder/pull/238 - https://github.com/graphql-go/graphql/issues/389