UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

9 lines (8 loc) 197 B
import { ReflectElement } from "./ReflectElement"; export class ReflectNamedType extends ReflectElement { kind; constructor($, _) { super($, _); this.kind = _.kind; } }