We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf38297 commit 08b96c5Copy full SHA for 08b96c5
README.md
@@ -34,7 +34,9 @@ This PHP implementation is a thin wrapper around your existing data layer and bu
34
- Schema validation and introspection
35
- Ability to parse and execute GraphQL queries against type system
36
37
-Actual data fetching has to be implemented on the user land.
+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.
40
41
## Installing graphql-php
42
```
0 commit comments