Skip to content

Commit d10ee4a

Browse files
committed
update changeset
1 parent 1629d64 commit d10ee4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.changeset/floppy-women-poke.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ source of the error by automated tools like tracing or monitoring.
88

99
This new feature is opt-in, you have to enable it using `schemaCoordinateInErrors` executor option.
1010

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.
11+
**Caution:** This feature, when enabled, will expose information about your schema. If you need to
12+
keep you schema private and secret, you should strip this attribute at serialization time before
13+
sending errors to the client.
1314

1415
```ts
1516
import { parse } from 'graphql'

0 commit comments

Comments
 (0)