graphQL-client-unity icon indicating copy to clipboard operation
graphQL-client-unity copied to clipboard

This repository houses a unitypackage that can be included in your Unity Project to enable it communicate with a graphQL server.

Results 35 graphQL-client-unity issues
Sort by recently updated
recently updated
newest added

When I opened the demo project I get three errors from the HttpHandler... here are all three: 1.Assets\graphQl-client\Scripts\Core\HttpHandler.cs(31,17): error CS1061: 'UnityWebRequestAsyncOperation' does not contain a definition for 'GetAwaiter' and no...

Is there a way to configure this package to work on a WebGL build? I need to perform GraphQL Queries, Mutation and Subscriptions all with Authorization Header on a WebGL...

I would like to draw some attention to this fork as it seems to have some good fixes. I have not tested them and found them only by coincidence.

Removes Logs and slight format change.

Hi! Our backend team create schema with mutation --data '{"query":"mutation Login { login(input: { email: \"[email protected]\", password: \"aasdasd" }) { __typename, ...on LoginAuthToken { accessToken refreshToken }, ...on InvalidCredentials {...

The subscription query throws error can't connect to the remote server while other queries are working properly. I am following the official tutorial from the following link. [](https://hasura.io/learn/graphql/unity/matchmaking/2-unity-integration/) I tried...

Due to GUI bugs referred to here https://github.com/Gazuntype/graphQL-client-unity/issues/6 and here https://github.com/Gazuntype/graphQL-client-unity/issues/10 I have a GUI version working on another machine but it doesn't work on my machine. The Api reference...

I've got problems pushing Strings including special characters to our server. Special chars like "Ä" simply convert to "?" when pushing a mutation. Our server uses UTF-8 so the problem...

How to get a pokemon of 'givenName' using getPokemon method? Query.getPokemon: Pokemon! Gets details on a single Pokémon based on species name You can provide "takeFlavorTexts" to limit the amount...

I'm using bitquery to get some blockchain data and they said all I need is the X-API-KEY in the headers but I'm having trouble with the syntax. What am I...