GraphQL resolver
RU: GraphQL-резолвер
A function attached to a GraphQL schema field that returns the field's value when a query is executed. Each resolver receives (parent, args, context, info) and can fetch from a database, another service, or the parent object. The execution engine calls resolvers field-by-field, composing their results into the shape of the query.