fenv_graphql_codegen 0.2.0 copy "fenv_graphql_codegen: ^0.2.0" to clipboard
fenv_graphql_codegen: ^0.2.0 copied to clipboard

A Dart code generator that creates test-friendly wrappers and mock implementations for GraphQL operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fenv_graphql_codegen

With Flutter:

 $ flutter pub add fenv_graphql_codegen

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

dependencies:
  fenv_graphql_codegen: ^0.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:fenv_graphql_codegen/fenv_graphql_codegen.dart';
1
likes
150
points
2
downloads

Publisher

verified publisherjerry.company

Weekly Downloads

A Dart code generator that creates test-friendly wrappers and mock implementations for GraphQL operations.

Repository (GitHub)
View/report issues

Topics

#graphql #codegen #testing #code-generator #mocking

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, build_config, dart_style, graphql_codegen

More

Packages that depend on fenv_graphql_codegen