Props for the ErrorDisplay component

ErrorDisplayProps

interface ErrorDisplayProps {
    error: ApolloError;
}

Properties

Properties

error: ApolloError

The Apollo error object to display