@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
123 lines (59 loc) • 1.89 kB
Markdown
---
lang: en
title: 'API docs: graphql.graphqlresolutioncontext'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/graphql
permalink: /doc/en/lb4/apidocs.graphql.graphqlresolutioncontext.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/graphql](./graphql.md) > [GraphQLResolutionContext](./graphql.graphqlresolutioncontext.md)
## GraphQLResolutionContext class
Context for graphql resolver resolution
**Signature:**
```typescript
export declare class GraphQLResolutionContext extends Context
```
**Extends:** [Context](./context.context.md)
## Constructors
<table><thead><tr><th>
Constructor
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[(constructor)(parent, resolverClass, resolverData)](./graphql.graphqlresolutioncontext._constructor_.md)
</td><td markdown="1">
</td><td markdown="1">
Constructs a new instance of the `GraphQLResolutionContext` class
</td></tr>
</tbody></table>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[resolverClass](./graphql.graphqlresolutioncontext.resolverclass.md)
</td><td markdown="1">
`readonly`
</td><td markdown="1">
[Constructor](./context.constructor.md)<!-- --><unknown>
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[resolverData](./graphql.graphqlresolutioncontext.resolverdata.md)
</td><td markdown="1">
`readonly`
</td><td markdown="1">
ResolverData<object>
</td><td markdown="1">
</td></tr>
</tbody></table>