tauri-plugin-graphql 0.2.3

A plugin for Tauri that enables type-safe IPC through GraphQL.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "tauri-plugin-graphql",
  "version": "0.0.0",
  "private": true,
  "description": "",
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@effection/fetch": "^2.0.4",
    "covector": "^0.7.3",
    "effection": "^2.0.4"
  }
}