From 5ea06f758d42b057232ae0fc639a9c5403e1e1bf Mon Sep 17 00:00:00 2001 From: Stefano Cislaghi Date: Mon, 4 Sep 2023 17:18:05 +0100 Subject: [PATCH] fix: renderVoyager --- example/cdn/index.html | 85 +++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 42 deletions(-) diff --git a/example/cdn/index.html b/example/cdn/index.html index dc304a26..d1b0f1bd 100644 --- a/example/cdn/index.html +++ b/example/cdn/index.html @@ -1,51 +1,52 @@ - - - - - - - -
Loading...
- + + + +
Loading...
+ + - // Render into the body. - GraphQLVoyager.init(document.getElementById('voyager'), { - introspection, - }); - - - + \ No newline at end of file