GraphQL C# client generator for Unity GUI

This tool lets you use Husqvik's GraphQL C# client generator on Unity GUI !!

This project contains GraphQL C# client generator v0.7.2

Installation via UPM

Open /Packages/manifest.json, add the package in the list of dependencies.

{
  // ...
  "dependencies": {
    "dev.r01.graphql-client-generator-gui": "https://github.com/r01hee/GraphQlClientGeneratorForUnityGui.git",
    // ...
  }
  // ...
}

Usage

Select Assets > Create > GraphQlClient C# Script

License