Top Flutter Graph Query Language packages Graph Query Language (GQL) is a query language for graphs. It is designed to be easy to use and easy to extend. GQL is based on the W3C's Resource Description Framework (RDF) and the SPARQL query language. GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data. Hasura GraphQL Engine provides an instant, realtime GraphQL API on any Postgres database, with built-in type definitions for all of your tables and views. The complete list of Flutter Graph Query Language packages is provided below.
graphql_flutter
837
A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
graphql
453
A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
hasura_connect
204
Connect your Flutter/Dart apps to Hasura simply. All the power of GraphQL and Postgres in Flutter.
graphql_codegen
116
Simple, opinionated, codegen library for GraphQL. It allows you to generate serializers and client helpers to easily call and parse your data.
graphql_2_rest
53
A simple way to convert GraphQL queries to REST in order to use any HTTP client for performing a request.
fresh_graphql
33
An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.
brick_offline_first_with_graphql
1
A Brick domain that routes data fetching through local providers before a GraphQL provider.
gql_transform_link
0
GQL Link to transform Requests and Responses. May be used to update context, document, variables, data, errors, etc.