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

outdated

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphql_2_rest

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  graphql_2_rest: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:graphql_2_rest/graphql_2_rest.dart';
53
likes
0
pub points
71%
popularity

Publisher

verified publisherdowhile.space

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on graphql_2_rest