export interface GraphqlRouteDefinition { path: string; schema: string; methodName: string; }