gql 0.12.4-alpha+1601218378915 copy "gql: ^0.12.4-alpha+1601218378915" to clipboard
gql: ^0.12.4-alpha+1601218378915 copied to clipboard

outdated

GraphQL tools for parsing, transforming and printing GraphQL documents.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gql
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: ^0.12.4-alpha+1601218378915
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/ast.dart';
import 'package:gql/document.dart';
import 'package:gql/language.dart';
import 'package:gql/operation.dart';
import 'package:gql/schema.dart';
copied to clipboard
42
likes
0
points
60.5k
downloads

Publisher

verified publishergql-dart.dev

Weekly Downloads

2024.10.02 - 2025.04.16

GraphQL tools for parsing, transforming and printing GraphQL documents.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, meta, source_span

More

Packages that depend on gql