UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

4 lines (3 loc) 144 B
import type { _Field } from "./_Field"; import type { _InputField } from "./_InputField"; export declare type _Property = _Field | _InputField;