Skip to content

Commit

Permalink
Update remove supergraph selector response body
Browse files Browse the repository at this point in the history
This attribute is not yet implemented, we are tracking the work to do that in apollographql#4830

However until we actually implement it we should remove from the docs
  • Loading branch information
smyrick authored Apr 3, 2024
1 parent 4d5fe2c commit c820f4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ The supergraph service is executed after query parsing but before query executio
| `operation_kind` | No | `query`\|`mutation`\|`subscription` | The operation kind from the query |
| `query` | Yes | `query`\|`hash` | The graphql query |
| `query_variable` | Yes | | The name of a graphql query variable |
| `response_body` | Yes | | Json Path into the response body |
| `request_header` | Yes | | The name of a request header |
| `response_header` | Yes | | The name of a response header |
| `request_context` | Yes | | The name of a request context key |
Expand Down

0 comments on commit c820f4c

Please sign in to comment.