UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

11 lines (10 loc) 297 B
import type { _Directive } from "./_Directive"; import type { _Type } from "./_Type"; export interface _Schema { description: string | null; types: Array<_Type>; queryType: _Type; mutationType: _Type | null; subscriptionType: _Type | null; directives: Array<_Directive>; }