nhost_gql_links 4.0.5 copy "nhost_gql_links: ^4.0.5" to clipboard
nhost_gql_links: ^4.0.5 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_links

With Flutter:

 $ flutter pub add nhost_gql_links

This 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.5

Alternatively, 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';