gql_code_builder_temp 0.2.0-nullsafety.1 copy "gql_code_builder_temp: ^0.2.0-nullsafety.1" to clipboard
gql_code_builder_temp: ^0.2.0-nullsafety.1 copied to clipboard

discontinuedreplaced by: gql_code_builder

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_temp
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_temp: ^0.2.0-nullsafety.1
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_temp/ast.dart';
import 'package:gql_code_builder_temp/data.dart';
import 'package:gql_code_builder_temp/req.dart';
import 'package:gql_code_builder_temp/schema.dart';
import 'package:gql_code_builder_temp/serializer.dart';
import 'package:gql_code_builder_temp/source.dart';
import 'package:gql_code_builder_temp/var.dart';
copied to clipboard
0
likes
80
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.21 - 2025.04.05

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

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on gql_code_builder_temp