Please, give an easy example how to execute query. I found some examples on the net but they are not working.
Like
GraphqlClient client = new GraphqlClient("example.com\graphql"); String query = "query {getClient(condition){clientName, clientID}}" var response = client.executeQuery(query);
conditionwith the condition you're searching for?