UNPKG

graphql-yoga

Version:

<div align="center"><img src="./website/public/cover.png" width="720" /></div>

6 lines (5 loc) 198 B
import { makeExecutableSchema, } from '@graphql-tools/schema'; // eslint-disable-next-line @typescript-eslint/ban-types export function createSchema(opts) { return makeExecutableSchema(opts); }