Skip to content

Commit eca1abd

Browse files
committed
cleanup
1 parent ec10d58 commit eca1abd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

book-details/src/main/java/com/graphqljava/tutorial/bookdetails/GraphQLProvider.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ private RuntimeWiring buildWiring() {
4747
.type(newTypeWiring("Query")
4848
.dataFetcher("bookById", graphQLDataFetchers.getBookByIdDataFetcher()))
4949
.type(newTypeWiring("Book")
50-
.dataFetcher("author", graphQLDataFetchers.getAuthorDataFetcher())
51-
.build())
50+
.dataFetcher("author", graphQLDataFetchers.getAuthorDataFetcher()))
5251
.build();
5352
}
5453

0 commit comments

Comments
 (0)