diff --git a/README.md b/README.md index 67768ccb92..de080458dd 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ If you have a question or want to discuss anything else related to this project: This is the famous "hello world" in graphql-java: ```java +import graphql.GraphQL; import graphql.schema.GraphQLObjectType; import graphql.schema.GraphQLSchema; import java.util.Map;