// Initialize your Controllers / Use Cases / Repositories here. // This shape of this object will also be extended by your context.ts file to define a Gql Context export const root = {}; export type RootInterface = typeof root;