Skip to content

Commit

Permalink
Test both versions to define connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Ganhammar committed Feb 28, 2021
1 parent 5aa5d9e commit f7b77cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Query(TestDbContext dbContext, DifferentTestDbContext differentTestDbCont

Connection<DroidGraphType>()
.Name("Droids")
.From(dbContext.Droids)
.From(dbContext, x => x.Droids)
.Where((context) => x => true)
.ResolveAsync();

Expand Down

0 comments on commit f7b77cf

Please sign in to comment.