Concept Flow - Resolvers
Client sends GraphQL query
GraphQL Module receives query
Resolver method matched to query
Resolver executes business logic
Resolver returns data
GraphQL Module sends response to client
Resolvers receive GraphQL queries, run the matching method, and return data back to the client.