Skip to content

Commit

Permalink
Merge pull request graphql-java#375 from ronaldborman/add-missing-import
Browse files Browse the repository at this point in the history
Added missing import to README.md
  • Loading branch information
andimarek authored Apr 14, 2017
2 parents 218fe84 + 16c38ca commit d482301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d482301

Please sign in to comment.