I'm looking into the possibility to use a GraphQL client in unity but so far I can only find one library in the Asset store (https://assetstore.unity.com/?q=graphql&orderBy=1) and one opensource solution (https://github.com/gazuntype/graphQL-client-unity). I'm quite new to GraphQL so maybe I'm missing something, but is there no more robust solutions for working with GraphQL in Unity? Or is it convenient to use UnityWebRequest for GraphQL as well?
↧