nhost_gql_links 3.0.0-dev.17 copy "nhost_gql_links: ^3.0.0-dev.17" to clipboard
nhost_gql_links: ^3.0.0-dev.17 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

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

dependencies:
  nhost_gql_links: ^3.0.0-dev.17

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:nhost_gql_links/nhost_gql_links.dart';