Loading graphql/urql/client.tsx +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ const constructClient = () => exchanges: [ mapExchange({ onError(error, op) { error.message = error.message.replace('[GraphQL] ', '') if (!(op.context as CustomOperationContext)?.errorHandled) notify( `Error: ${error.message}`, Loading Loading
graphql/urql/client.tsx +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ const constructClient = () => exchanges: [ mapExchange({ onError(error, op) { error.message = error.message.replace('[GraphQL] ', '') if (!(op.context as CustomOperationContext)?.errorHandled) notify( `Error: ${error.message}`, Loading