UNPKG

graphql-yoga

Version:
8 lines (7 loc) 218 B
import { makeExecutableSchema, } from '@graphql-tools/schema'; // eslint-disable-next-line @typescript-eslint/ban-types export function createSchema(opts) { return makeExecutableSchema({ ...opts, }); }