Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs committed Aug 31, 2022
1 parent 1604eee commit 3d3dff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private static async Task QueryBuilderDemo(EdgeDBClient client)
{
PassedName = ctx.Variables.Args.Value.Name,
PassedEmail = ctx.Variables.Args.Value.Email
}).Build();
}).Build().Pretty;

// Inserting a new type
var person = new LinkPerson
Expand Down

0 comments on commit 3d3dff6

Please sign in to comment.