GraphQLDependency.(constructor)

Registers a description against its type. Not called directly — the constructor is protected so that Dependency and GraphQLDependency.create() stay the only way in, which is what keeps one description per type.

Signature:

protected constructor(
    type: GraphQLObjectType);

Parameters

Parameter

Type

Description

type

GraphQLObjectType

the GraphQL object type being described

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.