How to get GraphiQL version? #2979
Replies: 3 comments 6 replies
-
Hey @abitrolly 👋 exposing the version of GraphiQL is up to the implementor. GitLab for example uses a custom build with custom assets that doesn't allow you to deduce the specific version being used. Others like the official GraphiQL example load the assets from a CDN like UNPKG. If you look at the HTML file that's loaded you'll see something like |
Beta Was this translation helpful? Give feedback.
-
Sidenote: In previous GraphiQL versions (prior to v2) it was indeed possible to find out the GraphiQL version because we did set the main component as global, i.e. you could access |
Beta Was this translation helpful? Give feedback.
-
The best place for this moving forward would be an "about" dialog with license information, current version, repo link, attributions, etc |
Beta Was this translation helpful? Give feedback.
-
Is there a way to see which versions of GraphiQL are deployed at https://gitlab.com/-/graphql-explorer and https://api.spacex.land/graphql/ ?
Beta Was this translation helpful? Give feedback.
All reactions