beatthat / requests-graphql

Helpful for making graphql requests from Unity3D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requests-graphql

Helpful for making graphql requests from Unity3D.

Required

NOTE: this currently has a dependency on Newtonsoft Json.NET that does NOT install via npm.

Install

From your unity project folder:

npm init --force && \
npm install beatthat/requests-graphql

The package and all its dependencies will be installed under Assets/Plugins/packages.

In case it helps, a quick video of the above: https://youtu.be/Uss_yOiLNw8

USAGE

TODO: fill in examples

About

Helpful for making graphql requests from Unity3D.

License:MIT License


Languages

Language:C# 52.4%Language:JavaScript 47.6%