Request for Non-GUI version
Opened this issue · 4 comments
Due to GUI bugs referred to here
#6
and here
#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 $.
This may be of use to you: #7 (comment)
Maybe consider offloading more of this to actual .gql files rather than inlining some of that text.
@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
@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 I see, thanks for the heads up!