fresh_graphql 0.4.0-dev.1 copy "fresh_graphql: ^0.4.0-dev.1" to clipboard
fresh_graphql: ^0.4.0-dev.1 copied to clipboard

outdated

An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fresh_graphql

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

dependencies:
  fresh_graphql: ^0.4.0-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:fresh_graphql/fresh_graphql.dart';
32
likes
0
pub points
88%
popularity

Publisher

verified publisherfelangel.dev

An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

fresh, graphql, http, meta, pedantic

More

Packages that depend on fresh_graphql