You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The struct is marked as non-exhaustive, so if a router plugin tries to destructure it and reconstruct it, it cannot because the struct syntax is not available for non exhaustive types:
Fix#3267
The builder implementation was missing on the router request side, which
means that router service level plugins cannot reuse the context if they
unpack the request object
The struct is marked as non-exhaustive, so if a router plugin tries to destructure it and reconstruct it, it cannot because the struct syntax is not available for non exhaustive types:
router/apollo-router/src/services/router.rs
Lines 38 to 45 in 6553e35
The text was updated successfully, but these errors were encountered: