UNPKG

jok

Version:

Bundle of utility functions for code generation related to nodejs and graphql

3 lines (2 loc) 120 B
import { IntrospectionSchema } from 'graphql'; export default function (graphqlUrl: any): Promise<IntrospectionSchema>;