Skip to content

Commit f8bf650

Browse files
Revise pre-response plugins
Revises pre-response plugins as we can't transform the response before it hits the client. This payload is essentially a side-effect.
1 parent e39be33 commit f8bf650

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/plugins/overview.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ the behavior of your API at an early stage.
3030
### Pre-Response plugins
3131

3232
Pre-response plugins are triggered at the final stage of the execution pipeline, **after the query has been executed but
33-
before the response is sent to the client**. These plugins allow you to apply post-processing logic to the results, such
34-
as formatting, enriching data, implementing additional transformations, or calling third-party services before the
35-
client receives the response.
33+
before the response is sent to the client**. These plugins allow you to execute logic based on the response such as
34+
calling third-party services before the client receives the response.
3635

3736
## Find out more
3837

0 commit comments

Comments
 (0)