-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: change graphqlMiddleware.serverOptions path (#37) This makes it compatible with Nuxt 4 * update dev dependencies, tsconfig files * create new folder structure in playground * Nuxt 4 compatible templates and path resolving * fix dev:prepare in module * fix tests * Use rootDir resolver, fix TS * Default to <serverDir> for server options file
- Loading branch information
Showing
65 changed files
with
6,659 additions
and
11,378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
schema: './playground/schema.graphql' | ||
documents: | ||
- './playground/pages/**/*.graphql' | ||
- './playground/components/**/*.graphql' | ||
- './playground/composables/**/*.graphql' | ||
- './playground/plugins/**/*.graphql' | ||
- './playground/app/pages/**/*.graphql' | ||
- './playground/app/components/**/*.graphql' | ||
- './playground/app/composables/**/*.graphql' | ||
- './playground/app/plugins/**/*.graphql' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
playground/schema.graphql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.