dart-graphql / graphql_client

GraphQL Client.
https://pub.dartlang.org/packages/graphql_client
MIT License
78 stars 9 forks source link

Fix to Client edges processing #16

Closed ekilmer closed 6 years ago

ekilmer commented 6 years ago

Two things:

  1. Just a small update to the README to follow the code in queries_examples.dart
  2. Use edgesData.length instead of nodesData.length when using the edgeResolver. Found this after I was getting some null errors.

resolves #15