Skip to content

Commit

Permalink
Merge branch 'master' into feat-directive-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Aug 22, 2018
2 parents 072363c + e15d789 commit e53d224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/starwars/resolvers.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (r *friendsConnectionResolver) Edges(ctx context.Context, obj *FriendsConne
for i := range edges {
edges[i] = FriendsEdge{
Cursor: encodeCursor(obj.from + i),
Node: friends[i],
Node: friends[obj.from+i],
}
}
return edges, nil
Expand Down

0 comments on commit e53d224

Please sign in to comment.