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 eaeef78 commit 1d193f6Copy full SHA for 1d193f6
README.md
@@ -102,3 +102,6 @@ If the error is a known ApolloError, returns the serialized form of said error.
102
**Otherwise**, *if strict is not truthy*, returns the original error passed into formatError.
103
104
**Otherwise**, *if strict is truthy*, returns null.
105
+
106
+### isInstance (error): Boolean
107
+Returns true if the error is an instance of an ApolloError. Otherwise, returns false
0 commit comments