We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe59815 commit ab952c1Copy full SHA for ab952c1
test/Linq2GraphQL.Tests/ScalarTests.cs
@@ -35,7 +35,7 @@ public async Task SetScalar()
35
{
36
var result = await sampleClient
37
.Mutation
38
- .UpdatePerson(person: new PersonInput { Name = "Peter", MacAddress= new MacAddress("01-23-45-67-89-ab") })
+ .UpdatePerson(person: new PersonInput { Name = "Peter", MacAddress= new MacAddress { Value = "01-23-45-67-89-ab" } })
39
.Select()
40
.ExecuteAsync();
41
0 commit comments