# DependencyOptions.as property · @imqueue/graphql-dependency

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

The field on the parent type the loaded children are written to. Whether a single object or a list is attached is taken from this field's own GraphQL type, so a `GraphQLList` field receives every match and a plain one receives the first.

**Signature:**

```typescript
as: GraphQLField<any, any, any>;
```

