UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

12 lines (8 loc) 252 B
import { Superjson } from '#dep/superjson/index' import { SuperjsonCodecs } from '#lib/superjson-codec/index' const superjson = new Superjson.SuperJSON() SuperjsonCodecs.register( superjson, SuperjsonCodecs.GraphQLSchema, ) export { superjson }