UNPKG

graphql-yoga

Version:
5 lines (4 loc) 141 B
import { makeExecutableSchema, } from '@graphql-tools/schema'; export function createSchema(opts) { return makeExecutableSchema(opts); }