CreateSchemaHook type
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:
export type CreateSchemaHook = (schema: GraphQLSchema) => void;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.