Skip to content

Commit

Permalink
Added missing import to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldborman committed Apr 14, 2017
1 parent 218fe84 commit 16c38ca
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 16c38ca

Please sign in to comment.