Skip to content

feat: add nitro-graphql nuxt module #1246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/echarts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type: 3rd-party
maintainers:
- name: Yue JIN
github: kingyue737
twitter: kingyue737
compatibility:
nuxt: '>=3.0.0'
requires: {}
19 changes: 19 additions & 0 deletions modules/graphql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: graphql
description: >-
A standalone Nitro module that integrates GraphQL servers into any Nitro
application with automatic type generation, file watching, and seamless
framework integration.
repo: productdevbook/nitro-graphql
npm: nitro-graphql
icon: ''
github: https://github.com/productdevbook/nitro-graphql
website: https://github.com/productdevbook/nitro-graphql
learn_more: ''
category: Devtools
type: 3rd-party
maintainers:
- name: Wind
github: productdevbook
compatibility:
nuxt: ^3.0.0
requires: {}
2 changes: 1 addition & 1 deletion modules/pinia-plugin-persistedstate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type: 3rd-party
maintainers:
- name: PraZ
github: prazdevs
bluesky: praz.dev
bluesky: dev.praz.me
compatibility:
nuxt: ^2.0.0 || >=3.0.0
requires:
Expand Down