# ResolutionCacheData.fields property · @imqueue/graphql-dependency

Source: https://imqueue.org/api/graphql-dependency/latest/graphql-dependency.resolutioncachedata.fields/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/graphql-dependency 3.1.0 — generated reference, not hand-written

The union of the fields every part of the request asked of this type. Merging them means a type reached from several directions is fetched with one field set wide enough for all of them, rather than once per caller.

**Signature:**

```typescript
fields: any;
```

