Skip to content

Commit

Permalink
Fix typo: change "above" to "below" in Usage Reporting Plugin docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HilaryDev authored Jul 23, 2021
1 parent 3da123d commit 12cbe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/plugin/usage-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Specify this function to create a signature for a query. This option is not reco
| Object | Description |
|--------|-------------|
| `{ none: true }` | If you provide this object, no request header names or values are sent to Apollo Studio. This is the default behavior. |
| `{ all: true }` | If you provide this object, **all** GraphQL header names and values are sent to Apollo Studio, except for the protected headers listed above. |
| `{ all: true }` | If you provide this object, **all** GraphQL header names and values are sent to Apollo Studio, except for the protected headers listed below. |
| `{ onlyNames: ["apple", "orange"]}`| If you provide an object with this structure, only names and values of the request headers with names that appear in the array are sent to Apollo Studio. Case-insensitive. |
| `{ exceptNames: ["apple", "orange"]}`| If you provide an object with this structure, all GraphQL header values **except** values of headers with names that appear in the array are sent to Apollo Studio. Case-insensitive. |

Expand Down

0 comments on commit 12cbe00

Please sign in to comment.