Skip to content

Commit a307914

Browse files
jeffscottbrowndminkovsky
authored andcommitted
This call to .build() will no longer be needed.
See graphql-java@be0e7f3ae90a4c53fd4c 5dfe43b4d9cff94f59dd
1 parent dc46beb commit a307914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class HelloWorld {
8888
.field(newFieldDefinition()
8989
.type(GraphQLString)
9090
.name("hello")
91-
.staticValue("world").build())
91+
.staticValue("world"))
9292
.build();
9393

9494
GraphQLSchema schema = GraphQLSchema.newSchema()

0 commit comments

Comments
 (0)