Replies: 1 comment 1 reply
-
I think it's better to ask Altairs's author. Our middleware is just a thin wrapper. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My target release environment does not have an internet connection so I modified Altair UI code to use local CDN files.
(Original) https://github.com/graphql-dotnet/server/tree/master/src/Ui.Altair
(My forked) https://github.com/varasinp/server/tree/master/src/Ui.Altair
Everything works fine in my release environment except when I try to enable "GraphiQL Explorer" plug-in https://github.com/OneGraph/graphiql-explorer, Altair couldn't find it. I assumed that Altair requires an internet connection to download the plug-in.
Is there a way for users to use the plug-in without an internet connection? How do I add GraphiQL Explorer?
Beta Was this translation helpful? Give feedback.
All reactions