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

https://github.com/salmandabbakuti/yoga-conditional-schema

Condtionally loading graphql schema
https://github.com/salmandabbakuti/yoga-conditional-schema

api-server graphql graphql-schema graphql-server graphql-yoga nodejs

Last synced: 19 days ago
JSON representation

Condtionally loading graphql schema

Awesome Lists containing this project

README

          

# graphql-yoga-conditional-schema

Graphql Yoga - Loading graphql schema condtionally

```
yarn install

yarn dev
```

##### Sample Queries

```graphql
query private {
private
}

query public {
public
}
```