major_graphql 0.0.1 copy "major_graphql: ^0.0.1" to clipboard
major_graphql: ^0.0.1 copied to clipboard

outdated

Runtime component of major_graphql

major_graphql #

major_graphql uses the dart build system and gql to generate built_value classes, primarily for use in client side applications.

Packages #

There is also an example todo_app which is livecoded on youtube.

Usage #

build.yaml: #

targets:
  $default:
    builders:
      major_graphql_generator|builder:
        enabled: true
        options:
          schema: major_graphql_example|lib/graphql/schema.graphql

pubspec.yaml: #

dependencies:
  major_graphql: ^0.0.1
  # or major_graphql_flutter: ^0.0.1 for flutter

dev_dependencies:
  major_graphql_generator: ^0.0.1
  build_runner: ^1.7.4
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Runtime component of major_graphql

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_collection, built_value, gql, meta

More

Packages that depend on major_graphql