UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

5 lines (4 loc) 205 B
import type { _EnumValue } from "./_EnumValue"; import type { _Property } from "./_Property"; import type { _TypeNamed } from "./_Type"; export declare type _Element = _EnumValue | _Property | _TypeNamed;