We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2351e commit f49aa33Copy full SHA for f49aa33
src/Tests/IntegrationTests/Graphs/Inheritance/BaseGraphType.cs
@@ -8,6 +8,6 @@ public BaseGraphType(IEfGraphQLService<IntegrationDbContext> graphQlService) :
8
Field(_ => _.Property, nullable: true);
9
AddNavigationConnectionField<DerivedChildEntity>(
10
name: "childrenFromInterface",
11
- includeNames: [ "ChildrenFromBase" ]);
+ includeNames: ["ChildrenFromBase"]);
12
}
13
0 commit comments