Search code examples
graphqlapolloapollo-client

GraphQL Client for C++ and .NET


Is there an GraphQL client library available for C++ (Windows and Linux) and .NET?

From Apollo website I can only see clients for React, Vue.js, Angular, Android, iOS, Ember and Meteor.

If there is an Apollo client for C++ and .NET, where is it located ?

If not, what should be used ?


Solution

  • There is a C++ GraphQL parser. It doesn't provide all the features of the Apollo client but it eases C++ GQL handling a lot.

    https://github.com/graphql/libgraphqlparser