How to mock only some mutaions in the apollo gateway?

35 Views Asked by At

I have an apollo-gateway service that I initialize using a composed schema. How can I override only some mutations and queries in this gateway service? So it will use underlying services for all queries and mutations except for some specific queries or mutations that I have overridden in the gateway?

0

There are 0 best solutions below