graphql_2_rest library

A simple way to convert GraphQL queries to REST in order to use any HTTP client for performing a request.

Classes

GraphQLQueryBuilder
A class that is responsible for building REST queries.

Mixins

GraphQLQueryModel
A mixin that helps to prepare arguments for a GraphQL query. Each argument has to be represented as String type.