gazuntype / graphQL-client-unity

This repository houses a unitypackage that can be included in your Unity Project to enable it communicate with a graphQL server.
Apache License 2.0
292 stars 50 forks source link

Request for Non-GUI version #11

Open kaifaust opened 4 years ago

kaifaust commented 4 years ago

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 GUI crashes all the time on my machine and sometimes on another machine.

I attempted to create a non-GUI script but failed. Do you have a non-GUI script-only version available? Happy to compensate with some $.

netpoetica commented 4 years ago

This may be of use to you: https://github.com/Gazuntype/graphQL-client-unity/issues/7#issuecomment-641043332

Maybe consider offloading more of this to actual .gql files rather than inlining some of that text.

Chefty commented 2 years ago

@kaifaust and @netpoetica I know it's been a while but how did you finally solved this problem? Did you go with another graphQL client for Unity? Cheers

netpoetica commented 2 years ago

@kaifaust and @netpoetica I know it's been a while but how did you finally solved this problem? Did you go with another graphQL client for Unity? Cheers

I actually just used the solution from my comments there. This wasn't going to production in an enterprise sense (was for a scholarly endeavor), so it was good enough at the time.

fcheftel commented 2 years ago

@netpoetica I see, thanks for the heads up!