Open kaifaust opened 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.
@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!
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 $.