JavaScript libraries' versions
August 11, 2022 ยท View on GitHub
You might want to use custom versions of the libraries included by GraphiQL. This can be achieved in the bundle configuration, example:
overblog_graphiql:
javascript_libraries:
graphiql: "0.11"
react: "15.6"
fetch: "2.0"