I am using Apollo Federation Server, as I need to run it using specific context path,
http://localhost:8080/graphql/ui
I am able to achieve this using “apollo-server-express” and “graphql-playground-middleware-express” and “express”.
I am using plugin > ApolloServerPluginLandingPageGraphQLPlayground
All runs fine but “Query Plan” tab does not show up.