tauri-plugin-graphql 2.1.0

A plugin for Tauri that enables type-safe IPC through GraphQL.
Documentation
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "composite": true,
    "module": "ESNext",
    "moduleResolution": "Node",
    "allowSyntheticDefaultImports": true
  },
  "include": ["vite.config.ts"]
}