graphlink 4.2.0 copy "graphlink: ^4.2.0" to clipboard
graphlink: ^4.2.0 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

With Flutter:

 $ flutter 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.2.0

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

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

args, build, glob, logger, petitparser, source_gen, yaml

More

Packages that depend on graphlink