artemis_custom 2.1.4 copy "artemis_custom: ^2.1.4" to clipboard
artemis_custom: ^2.1.4 copied to clipboard

Build dart types from GraphQL schemas and queries (using Introspection Query).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add artemis_custom

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

dependencies:
  artemis_custom: ^2.1.4

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:artemis_custom/artemis.dart';
import 'package:artemis_custom/builder.dart';
import 'package:artemis_custom/client.dart';
import 'package:artemis_custom/generator.dart';
import 'package:artemis_custom/generator/data.dart';
import 'package:artemis_custom/generator/graphql_helpers.dart';
import 'package:artemis_custom/generator/helpers.dart';
import 'package:artemis_custom/generator/print_helpers.dart';
import 'package:artemis_custom/schema/graphql.dart';
import 'package:artemis_custom/schema/graphql.g2.dart';
import 'package:artemis_custom/schema/graphql_query.dart';
import 'package:artemis_custom/schema/graphql_response.dart';
import 'package:artemis_custom/schema/options.dart';
import 'package:artemis_custom/schema/options.g2.dart';
0
likes
30
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

Build dart types from GraphQL schemas and queries (using Introspection Query).

License

MIT (license)

Dependencies

build, build_config, code_builder, dart_style, equatable, glob, gql, gql_code_gen, gql_dedupe_link, gql_exec, gql_http_link, gql_link, http, json_annotation, meta, path, recase, source_gen

More

Packages that depend on artemis_custom