nhost_gql_links 4.0.11
nhost_gql_links: ^4.0.11 copied to clipboard
Constructs GraphQL links for use with graphql and ferry packages
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nhost_gql_linksWith Flutter:
$ flutter pub add nhost_gql_linksThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nhost_gql_links: ^4.0.11Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nhost_gql_links/nhost_gql_links.dart';