From ab0a791cc0d75efe05ca8b6f9da8e21271fbf309 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sun, 26 Apr 2026 21:30:43 -0700 Subject: adds awesome new GraphiQL renderer and an example --- source/graphiql/markup.ts | 309 ---------------------------------------------- 1 file changed, 309 deletions(-) delete mode 100755 source/graphiql/markup.ts (limited to 'source/graphiql/markup.ts') diff --git a/source/graphiql/markup.ts b/source/graphiql/markup.ts deleted file mode 100755 index 6bacbf3..0000000 --- a/source/graphiql/markup.ts +++ /dev/null @@ -1,309 +0,0 @@ - - - -/*** EXPORT ------------------------------------------- ***/ - -export const getLoadingMarkup = () => ({ - container: ` - - -
- - -
Loading - GraphQL Playground -
-
- `, - script: ` - const loadingWrapper = document.getElementById("loading-wrapper"); - - if (loadingWrapper) - loadingWrapper.classList.add("fadeOut"); - ` -}); -- cgit v1.2.3