UNPKG

@cortical/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

10 lines (8 loc) 244 B
import { ContextParams, BaseContext } from '../../..'; export class Context extends BaseContext { /* * Assign your custom context logic here * public auth = new AuthContext(this); * public userLoader = new UserLoader(this); */ }