UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

9 lines (8 loc) 391 B
import type { ReflectSchema } from "./ReflectSchema"; import type { _TypeKind } from "../input/_TypeKind"; import type { _TypeNamed } from "../input/_Type"; import { ReflectElement } from "./ReflectElement"; export declare class ReflectNamedType<Type extends _TypeNamed = _TypeNamed> extends ReflectElement<Type> { readonly kind: _TypeKind; constructor($: ReflectSchema, _: Type); }