# CreateSchemaHook type · @imqueue/type-graphql-dependency

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

A deferred piece of dependency wiring, run once the `type-graphql` schema exists and the classes it was declared against have become GraphQL types.

**Signature:**

```typescript
export type CreateSchemaHook = (schema: GraphQLSchema) => void;
```

