Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcg-web/sandbox-dataloader-graphql-php
Sandbox DataLoader And GraphQL PHP
https://github.com/mcg-web/sandbox-dataloader-graphql-php
dataloader graphql graphql-php php sandbox
Last synced: about 1 month ago
JSON representation
Sandbox DataLoader And GraphQL PHP
- Host: GitHub
- URL: https://github.com/mcg-web/sandbox-dataloader-graphql-php
- Owner: mcg-web
- Created: 2016-11-08T21:53:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T09:42:36.000Z (about 4 years ago)
- Last Synced: 2023-08-06T17:04:52.466Z (over 1 year ago)
- Topics: dataloader, graphql, graphql-php, php, sandbox
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandbox DataLoader And GraphQL PHP
## Usages
### Run without DataLoader
```sh
bin/run
```### Run with DataLoader using React
```sh
bin/run --with-dataloader
```### Run with DataLoader using deferred (native)
```sh
bin/run --with-dataloader --native
```