graphql_2_rest 2.0.0 copy "graphql_2_rest: ^2.0.0" to clipboard
graphql_2_rest: ^2.0.0 copied to clipboard

A lightweight library for converting GraphQL queries into REST format, enabling the use of any HTTP client for executing requests.

2.0.0 #

Introduced GraphQLQueryPayload to replace GraphQLQueryModel. The new GraphQLQueryPayload provides enhanced functionality by supporting both arguments (argument name - value) and inputs (input name - model in a key-value format). This change enables a more flexible and structured way to define and manage GraphQL query parameters.

1.0.7 #

Replaced line breaks and spaces with a single space.

1.0.6 #

Updated analysis rules and Readme.

1.0.5 #

Removed Flutter dependency.

1.0.4 #

Code refactoring.

1.0.3 #

Updated Library class.

1.0.2 #

Changed optional positional mask parameter to named.

1.0.1 #

Documented public API and updated Readme.

1.0.0 #

Initial version of the library that allows to convert GraphQL queries to REST.

56
likes
160
pub points
79%
popularity

Publisher

verified publisherdowhile.space

A lightweight library for converting GraphQL queries into REST format, enabling the use of any HTTP client for executing requests.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on graphql_2_rest