UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

5 lines (4 loc) 181 B
import { GraphQLScalarType } from "graphql"; export declare const Int: GraphQLScalarType; export declare const Float: GraphQLScalarType; export declare const ID: GraphQLScalarType;