UNPKG

graphql-mocks

Version:
4 lines (3 loc) 248 B
import { GraphQLScalarType } from 'graphql'; import { BasicScalarDefinition } from '../../types'; export declare function isScalarDefinition(possibleScalarDefinition: unknown): possibleScalarDefinition is GraphQLScalarType | BasicScalarDefinition;