mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-17 05:07:08 +02:00
Split codebase (#455)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { atomWithKVStorage } from "../../lib/atoms/atomWithKVStorage";
|
||||
|
||||
export const showGraphQLDocExplorerAtom = atomWithKVStorage<
|
||||
Record<
|
||||
string,
|
||||
| {
|
||||
type?: string;
|
||||
field?: string;
|
||||
parentType?: string;
|
||||
}
|
||||
| null
|
||||
| undefined
|
||||
>
|
||||
>("show_graphql_docs", {});
|
||||
Reference in New Issue
Block a user