graphql_inspector 1.0.1 copy "graphql_inspector: ^1.0.1" to clipboard
graphql_inspector: ^1.0.1 copied to clipboard

This package helps to inspect GraphQL requests just like other network inspection packages for REST APIs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphql_inspector

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

dependencies:
  graphql_inspector: ^1.0.1

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_inspector/graphql_inspector.dart';
0
likes
140
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps to inspect GraphQL requests just like other network inspection packages for REST APIs

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_html, gql, graphql_flutter, json_annotation

More

Packages that depend on graphql_inspector