# DataInitializerResult interface · @imqueue/graphql-dependency

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

What an initializer gives back: the extra fields to merge onto each object, keyed by that object's `id`.

**Signature:**

```typescript
export interface DataInitializerResult 
```

## Remarks

Each value is merged onto the matching object with `Object.assign`, so it holds only the fields being added — not a replacement object. An id with no matching object is ignored, and an object whose id is absent here is left exactly as it was.

