Skip to content

Commit 08b96c5

Browse files
committed
Added link to cleaner hello world example in README (#52)
1 parent cf38297 commit 08b96c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ This PHP implementation is a thin wrapper around your existing data layer and bu
3434
- Schema validation and introspection
3535
- Ability to parse and execute GraphQL queries against type system
3636

37-
Actual data fetching has to be implemented on the user land.
37+
Actual data fetching has to be implemented on the user land.
38+
39+
Check out single-file [hello world](https://gist.github.com/leocavalcante/9e61ca6065130e37737f24892d81fa40) example for quick introduction.
3840

3941
## Installing graphql-php
4042
```

0 commit comments

Comments
 (0)