File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
tests/GraphQL.Client.Tests Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1111 <TargetFrameworks >netstandard1.1;netstandard1.3;netstandard2.0</TargetFrameworks >
1212 </PropertyGroup >
1313
14- <ItemGroup >
15- <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
16- </ItemGroup >
17-
1814 <ItemGroup >
1915 <ProjectReference Include =" ..\GraphQL.Common\GraphQL.Common.csproj" />
2016 </ItemGroup >
Original file line number Diff line number Diff line change 1313
1414 <ItemGroup >
1515 <PackageReference Include =" Microsoft.CSharp" Version =" 4.4.1" />
16+ <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.1" />
1617 </ItemGroup >
1718
1819</Project >
Original file line number Diff line number Diff line change 1+ using System . Collections . Generic ;
2+ using Newtonsoft . Json ;
3+ using Newtonsoft . Json . Linq ;
4+
15namespace GraphQL . Common . Response {
26
37 /// <summary>
@@ -15,6 +19,12 @@ public class GraphQLError {
1519 /// </summary>
1620 public GraphQLLocation [ ] Locations { get ; set ; }
1721
22+ /// <summary>
23+ /// Additional error entries
24+ /// </summary>
25+ [ JsonExtensionData ]
26+ public IDictionary < string , JToken > AdditonalEntries { get ; set ; }
27+
1828 }
1929
2030}
Original file line number Diff line number Diff line change 1212 <ProjectReference Include =" ..\GraphQL.Common.Tests\GraphQL.Common.Tests.csproj" />
1313 </ItemGroup >
1414
15- </Project >
15+ <ItemGroup >
16+ <Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
17+ </ItemGroup >
18+
19+ </Project >
You can’t perform that action at this time.
0 commit comments