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

https://github.com/gqty-dev/ez-gqty

Example of graphql-ez + gqty
https://github.com/gqty-dev/ez-gqty

gqless gqty graphql graphql-ez

Last synced: 8 months ago
JSON representation

Example of graphql-ez + gqty

Awesome Lists containing this project

README

          

# Example graphql-ez + gqty

This example is using [GraphQL EZ](https://www.graphql-ez.com/) with the plugins [EZ GraphiQL IDE](https://www.graphql-ez.com/plugins/graphiql), [EZ Codegen](https://www.graphql-ez.com/plugins/codegen) and [EZ Schema](https://www.graphql-ez.com/plugins/schema)

## Install

```
pnpm i
pnpm dev
```

## API

GraphQL API is available in [/src/pages/api/graphql.ts](/src/pages/api/graphql.ts), you can change the schema to whatever you need.