Skip to content

Commit f49aa33

Browse files
committed
Update BaseGraphType.cs
1 parent fe2351e commit f49aa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/IntegrationTests/Graphs/Inheritance/BaseGraphType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public BaseGraphType(IEfGraphQLService<IntegrationDbContext> graphQlService) :
88
Field(_ => _.Property, nullable: true);
99
AddNavigationConnectionField<DerivedChildEntity>(
1010
name: "childrenFromInterface",
11-
includeNames: [ "ChildrenFromBase" ]);
11+
includeNames: ["ChildrenFromBase"]);
1212
}
1313
}

0 commit comments

Comments
 (0)