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

Request for Non-GUI version

Open kaifaust opened this issue 5 years ago • 4 comments

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 $.

kaifaust avatar Jun 05 '20 20:06 kaifaust

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.

netpoetica avatar Jun 09 '20 05:06 netpoetica

@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

Chefty avatar Feb 11 '22 15:02 Chefty

@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.

netpoetica avatar Mar 08 '22 21:03 netpoetica

@netpoetica I see, thanks for the heads up!

fcheftel avatar Mar 08 '22 22:03 fcheftel