UNPKG

@kamilkisiela/graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

4 lines (3 loc) 181 B
import { GraphQLScalarType } from 'graphql'; export declare const specifiedScalarTypes: Array<GraphQLScalarType>; export default function isSpecifiedScalarType(type: any): boolean;