forked from graphql-nexus/nexus-prisma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: list enum members in jsdoc (graphql-nexus#92)
chore: update roadmap docs: update to nexus@^1.1 api (graphql-nexus#95) chore(docs): tweak scalar writing feat: add support for Decimal scalar Update readme Fix syntax of example in readme feat: add support for BigInt scalar (graphql-nexus#56) Co-authored-by: Jason Kuhrt <jasonkuhrt@me.com> Update src/entrypoints/scalars.ts Issue comments Update src/scalars/Decimal.ts Co-authored-by: Jason Kuhrt <jasonkuhrt@me.com> Do not use Decimal in seed in e2e
- Loading branch information
1 parent
98a2267
commit fc26f1b
Showing
26 changed files
with
1,005 additions
and
444 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,3 +1,11 @@ | ||
{ | ||
"gitdoc.enabled": false | ||
"search.exclude": { | ||
"**/dist-cjs": true, | ||
"**/dist-esm": true, | ||
"**/__snapshots__": true, | ||
"yarn.lock": true | ||
}, | ||
"gitdoc.enabled": false, | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"typescript.enablePromptUseWorkspaceTsdk": true | ||
} |
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.