import { ExoContext } from '../../ExoContext/ExoContext'; export interface ExoGqlCoreContext { ctx: ExoContext; }