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 1629d64 commit d10ee4aCopy full SHA for d10ee4a
.changeset/floppy-women-poke.md
@@ -8,8 +8,9 @@ source of the error by automated tools like tracing or monitoring.
8
9
This new feature is opt-in, you have to enable it using `schemaCoordinateInErrors` executor option.
10
11
-To avoid leaking schema information to the client, the extension key is a `Symbol` (which is not
12
-serializable). To forward it to the client, copy it to a custom extension with a serializable key.
+**Caution:** This feature, when enabled, will expose information about your schema. If you need to
+keep you schema private and secret, you should strip this attribute at serialization time before
13
+sending errors to the client.
14
15
```ts
16
import { parse } from 'graphql'
0 commit comments