graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.68k stars 225 forks source link

proxy and SDL #185

Open venkatayedidasv opened 1 year ago

venkatayedidasv commented 1 year ago

Hi,

I have to use both the proxy and SDL files. I am not sure it is supported,

My scenario is like this,

  1. I want to respond/mock operations which were on my SDL,
  2. redirect/proxy to the real graphql server for remaining operations

Please help me to direct if it's already existing.

Thanks in advance.

Br, Venkata