Skip to content

Commit 16c38ca

Browse files
committed
Added missing import to README.md
1 parent 218fe84 commit 16c38ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ If you have a question or want to discuss anything else related to this project:
7373
This is the famous "hello world" in graphql-java:
7474

7575
```java
76+
import graphql.GraphQL;
7677
import graphql.schema.GraphQLObjectType;
7778
import graphql.schema.GraphQLSchema;
7879
import java.util.Map;

0 commit comments

Comments
 (0)