Category : GraphQL

Artemis Build dart types from GraphQL schemas and queries Check the beta branch for the bleeding edge (and breaking) stuff. Artemis is a code generator that looks for schema.graphql (GraphQL SDL – Schema Definition Language) and *.graphql files and builds .graphql.dart files typing that query, based on the schema. That’s similar to what Apollo does (Artemis is his sister anyway). Installation Add the following to ..

Read more

Short Intro: Dart GraphQL server implementation and utilities. Data loader, code generator, examples and reference implementation. A complete implementation of the official GraphQL specification, in the Dart programming language. The goal of this project is to provide to server-side users of Dart an alternative to REST API’s. Included is also package:angel_graphql, which, when combined with the Angel framework, allows ..

Read more

A simple, powerful GraphQL Client for Flutter and Dart Documentation  Features  Fully Typed: work faster and safer with compile time checks and IDE autocomplete, including fully typed Cache reads and writes.  Built-In Code Generators: automatically generated immutable data classes for all your GraphQL Operations and Fragments, based on your schema.  Customizable Network Interface: highly customizable ..

Read more

Short Intro: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. GraphQL Flutter    Bulletin See the v3 -> v4 Migration Guide if you’re still on v3. Maintenance status: Low. Follow #762 for updates on the planned architecture walk through videos. Join the discord. About this project GraphQL brings many ..

Read more