Navigation Menu

Skip to content

Commit

Permalink
hotfix: bool json encoding support
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Sep 26, 2020
1 parent e96363c commit 38b2fd2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/graphql/pubspec.yaml
Expand Up @@ -2,19 +2,18 @@ name: graphql
description:
A stand-alone GraphQL client for Dart, bringing all the features from
a modern GraphQL client to one easy to use package.
version: 4.0.0-alpha.9
version: 4.0.0-alpha.10
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
dependencies:
meta: ^1.1.6
path: ^1.6.2

gql: ^0.12.0
gql: ^0.12.3
gql_exec: ^0.2.4
gql_link: ^0.3.0
gql_http_link: ^0.3.0
#gql_websocket_link: ^0.1.1-alpha+1596210062684
gql_http_link: ^0.3.1
gql_transform_link: ^0.1.5
gql_error_link: ^0.1.1-alpha
gql_error_link: ^0.1.0
gql_dedupe_link: ^1.0.10

hive: ^1.3.0
Expand Down

0 comments on commit 38b2fd2

Please sign in to comment.