Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 309 Bytes

libraries-versions.md

File metadata and controls

13 lines (11 loc) · 309 Bytes

JavaScript libraries' versions

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"