---
lang: en
title: 'API docs: context.resolutionsession.stack'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.resolutionsession.stack.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [ResolutionSession](./context.resolutionsession.md) &gt; [stack](./context.resolutionsession.stack.md)

## ResolutionSession.stack property

A stack of bindings for the current resolution session. It's used to track the path of dependency resolution and detect circular dependencies.

**Signature:**

```typescript
readonly stack: ResolutionElement[];
```

