graphlink 4.5.1 copy "graphlink: ^4.5.1" to clipboard
graphlink: ^4.5.1 copied to clipboard

GraphLink is a powerful code generation tool that generates type-safe client and server code from GraphQL schemas for Dart, Java, Spring Boot and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphlink

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

dependencies:
  graphlink: ^4.5.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:graphlink/code_generators.dart';
import 'package:graphlink/graphlink_generator_builder.dart';
1
likes
0
points
463
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

GraphLink is a powerful code generation tool that generates type-safe client and server code from GraphQL schemas for Dart, Java, Spring Boot and more.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, build, glob, logger, source_gen, yaml

More

Packages that depend on graphlink