@cran/lib.gql.core
Version:
GQL Core Functionality
14 lines (10 loc) • 465 B
text/typescript
import { MapperKind } from "@graphql-tools/utils";
import { __EnumValue, __Field, __InputValue, __Schema, __Type } from "graphql";
export const IntrospectionType = {
[] : __Schema,
[] : __Type,
[] : __Field,
[]: __InputValue,
[] : __EnumValue,
};
export type IntrospectionKind = keyof typeof IntrospectionType;