UNPKG

naystack

Version:

A stack built with tight Next + Drizzle + GraphQL

8 lines (7 loc) 266 B
export { initGraphQLServer } from './init.mjs'; export { AuthorizedContext, Context } from './types.mjs'; export { FieldLibrary, QueryLibrary, field, query } from './utils.mjs'; import '@apollo/server'; import 'next/server'; import 'type-graphql'; import 'graphql';