UNPKG

graphql-yoga

Version:

[![GraphQL Conf 2023](/GraphQLConf-2023-Banner.png)](https://graphql.org/conf/)

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