mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-26 18:58:26 +02:00
GraphQL Documentation explorer (#208)
This commit is contained in:
5
src-web/atoms/graphqlSchemaAtom.ts
Normal file
5
src-web/atoms/graphqlSchemaAtom.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { atom } from "jotai";
|
||||
import type { GraphQLSchema } from "graphql/index";
|
||||
|
||||
export const graphqlSchemaAtom = atom<GraphQLSchema | null>(null);
|
||||
export const graphqlDocStateAtom = atom<boolean>(false);
|
||||
Reference in New Issue
Block a user