Clean up GraphQL explorer

This commit is contained in:
Gregory Schier
2025-07-08 07:44:50 -07:00
parent 6c0f9377cd
commit a3f50a2bb7
6 changed files with 220 additions and 174 deletions

View File

@@ -1,5 +1,3 @@
import type { GraphQLSchema } from 'graphql';
import { atom } from 'jotai';
export const graphqlSchemaAtom = atom<GraphQLSchema | null>(null);
export const graphqlDocStateAtom = atom<boolean>(false);
export const showGraphQLDocExplorerAtom = atom<boolean>(false);