Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```