Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1324 from apollographql/glasser/no-extensions
Browse files Browse the repository at this point in the history
data-privacy: remove reference to old extensions
  • Loading branch information
Stephen Barlow committed Mar 14, 2022
2 parents 210b6d4 + 275175c commit 512906b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions studio-docs/source/data-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ Let’s walk through Apollo Server's default behavior for reporting on fields in
// GraphQL Response
{
"data": { ... }, // NEVER sent to Apollo Studio.
"errors": [ ... ], // Sent to Studio, used to report on errors for operations and fields.
"extensions": {
"tracing": { ... }, // Sent to Studio, used to report on performance data for operations and fields.
"cacheControl": { ... } // Sent to Studio, used to determine cache policies and forward CDN cache headers.
}
"errors": [ ... ]
// Sent to Studio, used to report on errors for operations and fields.
}
```

Expand Down

0 comments on commit 512906b

Please sign in to comment.