gql_code_builder 0.1.2-alpha+1599236391452 copy "gql_code_builder: ^0.1.2-alpha+1599236391452" to clipboard
gql_code_builder: ^0.1.2-alpha+1599236391452 copied to clipboard

outdated

Dart code builders taking *.graphql documents and SDL to build useful classes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gql_code_builder
copied to clipboard

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

dependencies:
  gql_code_builder: ^0.1.2-alpha+1599236391452
copied to clipboard

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:gql_code_builder/ast.dart';
import 'package:gql_code_builder/data.dart';
import 'package:gql_code_builder/req.dart';
import 'package:gql_code_builder/schema.dart';
import 'package:gql_code_builder/serializer.dart';
import 'package:gql_code_builder/source.dart';
import 'package:gql_code_builder/var.dart';
copied to clipboard
5
likes
0
points
52.1k
downloads

Publisher

verified publishergql-dart.dev

Weekly Downloads

2024.06.25 - 2025.01.07

Dart code builders taking *.graphql documents and SDL to build useful classes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, built_collection, built_value, code_builder, gql, gql_exec, meta, path, recase

More

Packages that depend on gql_code_builder