UNPKG

graphql-yoga

Version:

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

6 lines (5 loc) 208 B
import { makeExecutableSchema } from '@graphql-tools/schema'; // eslint-disable-next-line @typescript-eslint/no-empty-object-type export function createSchema(opts) { return makeExecutableSchema(opts); }