conduit_graphql 7.0.0 copy "conduit_graphql: ^7.0.0" to clipboard
conduit_graphql: ^7.0.0 copied to clipboard

GraphQL HTTP transport for conduit. Mounts a GraphQLController over a hand-written GraphQLSchema; schema derivation, resolver framework, and cross-source dispatch are deferred to later phases.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add conduit_graphql

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

dependencies:
  conduit_graphql: ^7.0.0

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:conduit_graphql/conduit_graphql.dart';
0
likes
140
points
71
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

GraphQL HTTP transport for conduit. Mounts a GraphQLController over a hand-written GraphQLSchema; schema derivation, resolver framework, and cross-source dispatch are deferred to later phases.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

conduit_core, conduit_graph, graphql_parser2, graphql_schema2, graphql_server2

More

Packages that depend on conduit_graphql