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
- Host: GitHub
- URL: https://github.com/gqty-dev/ez-gqty
- Owner: gqty-dev
- Created: 2021-09-02T02:17:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T15:57:13.000Z (about 1 year ago)
- Last Synced: 2025-04-18T06:24:58.395Z (about 1 year ago)
- Topics: gqless, gqty, graphql, graphql-ez
- Language: TypeScript
- Homepage: https://ez-example.gqty.dev
- Size: 610 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.