mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
Added link to cleaner hello world example in README (#52)
This commit is contained in:
parent
cf38297d75
commit
08b96c59bf
@ -34,7 +34,9 @@ This PHP implementation is a thin wrapper around your existing data layer and bu
|
||||
- Schema validation and introspection
|
||||
- Ability to parse and execute GraphQL queries against type system
|
||||
|
||||
Actual data fetching has to be implemented on the user land.
|
||||
Actual data fetching has to be implemented on the user land.
|
||||
|
||||
Check out single-file [hello world](https://gist.github.com/leocavalcante/9e61ca6065130e37737f24892d81fa40) example for quick introduction.
|
||||
|
||||
## Installing graphql-php
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user