Show whitelist in playground or apollo studio

Hi, I’m a newer in apollographql.
our project is use apollo-server and apollo-gateway, and our whitelist queries is stored in our apollo-server project folder. they want to show those whitelist queries(including fragment) in playground(if use in local ), or show whitelist in apollo-studio. maybe in proper query format.
now i have no ideas what i can do, please help me, thanks a lot!

I would recommend checking out Operation Collections in GraphOS and Apollo Explorer. Otherwise, you’re going to have to build your own solution. You could render your own landing page and embed Apollo Explorer next to a list of your queries, but you would have to write and maintain that code.

i thinked about embed expolrer, now i’m looking for the feasibility of this, thanks for your answer

i will read your provided document link carefully, thanks

1 Like