mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
Clean up GraphQL explorer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user