export interface ApolloQlErrorDetail { errorMessage: string; code?: string; locations?: { line: number; column: number; }[]; stacktrace?: string[]; }