export type GraphQLError = { message: string; locations: any[]; path: string[]; extensions: { statusCode: number; }; };