Skip to content

Commit

Permalink
add a JSON manipulation plugin stage
Browse files Browse the repository at this point in the history
this stage will sit between the router stage and supergraph stage, and allow request and response manipulation in JSON format, without needing explicit buffering and deserialization at the router stage, and working with data that does not serialize cleanly to GraphQL requests and response objects.
  • Loading branch information
Geal committed Aug 22, 2024
1 parent a0a98d4 commit ea1439d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions apollo-router/src/services/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub(crate) mod http;
pub(crate) mod layers;
pub(crate) mod new_service;
pub(crate) mod query_planner;
pub(crate) mod json;
pub mod router;
pub mod subgraph;
pub(crate) mod subgraph_service;
Expand Down

0 comments on commit ea1439d

Please sign in to comment.