We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cab92 commit 62d4fd5Copy full SHA for 62d4fd5
packages/web/src/components/DevFatalErrorPage.tsx
@@ -38,7 +38,7 @@ interface EnhancedGqlError extends GraphQLError {
38
// Allow APIs client to attach response/request
39
type ErrorWithRequestMeta = Error & {
40
mostRecentRequest?: RequestDetails
41
- graphQLErrors: EnhancedGqlError[]
+ graphQLErrors?: EnhancedGqlError[]
42
mostRecentResponse?: any
43
}
44
0 commit comments