Tim Griesser
|
266f1a82ce
|
fix: add globalHeaders to imports for global def file (#969)
|
2021-08-17 20:15:49 -04:00 |
Tim Griesser
|
380ed9d4ca
|
fix: correct imports for changes in #967 (#968)
* fix: correct imports for changes in #967
|
2021-08-17 19:35:56 -04:00 |
Tim Griesser
|
5984ee122e
|
feat: ConfiguredTypegen for splitting global types & configuring input type emission (#967)
* feat: ConfiguredTypegen for splitting globals from other types
* default the declareInputs to true
|
2021-08-17 15:49:47 -04:00 |
Tim Griesser
|
a914cc33d1
|
Revert "fix: #921 wrong typegen for nullable values w/ default (#965)" (#966)
This reverts commit 03b5ffd24a.
|
2021-08-17 13:50:36 -04:00 |
Tim Griesser
|
03b5ffd24a
|
fix: #921 wrong typegen for nullable values w/ default (#965)
* fix: #921 wrong typegen for nullable values w/ default
* refactor: make the conditional easier to follow
|
2021-08-04 10:59:50 -04:00 |
Tim Griesser
|
4531519e6c
|
fix failing CI types
|
2021-07-21 12:19:17 -04:00 |
Tobias Lins
|
8e0ce1b4a1
|
chore(docs): improve scalar documentation (#939)
|
2021-06-25 13:42:06 -04:00 |
Jason Kuhrt
|
df7d1370f9
|
feat: field config with name (#938)
|
2021-06-23 16:27:02 -04:00 |
Anton Lukin
|
ebcdb29a3e
|
chore(docs): Fix a typo in JSDoc example (#937)
|
2021-06-21 08:20:39 -04:00 |
Tim Griesser
|
81ec5c0f08
|
fix: Allow meta types to be wrapped with null/list (#935)
|
2021-06-19 13:36:07 -04:00 |
Tim Griesser
|
2b0708d675
|
refactor: TO_NEXUS -> NEXUS_TYPE / NEXUS_BUILD (#934)
|
2021-06-16 08:42:44 -04:00 |
Tim Griesser
|
2759c551c7
|
feat: TO_NEXUS symbol for adding types via metaprogramming (#932)
|
2021-06-14 17:37:30 -04:00 |
Nenad Filipovic
|
10ea65f6f1
|
chore(docs): add formatTypegen example (#930)
|
2021-06-11 17:47:21 -04:00 |
Tim Griesser
|
690abb7299
|
fix: correct edge node typing (#876)
|
2021-06-10 07:49:34 -04:00 |
Tim Griesser
|
2e1c32b794
|
refactor: move makeSchema into separate file from builder (#927)
|
2021-06-09 11:40:53 -04:00 |
Tom Sherman
|
3a92760058
|
feat: Accept `ReadonlyArray<T>` for enum members (#916)
|
2021-05-25 19:36:07 -04:00 |
Philipp Strathausen
|
031c77257a
|
chore(docs): Fix prisma link in examples README (#912)
|
2021-05-25 19:32:31 -04:00 |
Tom Sherman
|
31a6137f90
|
Fix graphql docs link for interfaces (#913)
|
2021-05-22 12:53:16 -04:00 |
Jan Piotrowski
|
571fa4d124
|
docs(README): Add link to GH Actions
|
2021-05-20 22:00:43 +02:00 |
Jan Piotrowski
|
145f664914
|
chore(tests): update snapshots that were forgotten in #887 (#910)
|
2021-05-20 15:01:42 -04:00 |
Thilllon
|
189a5becb7
|
chore(docs): fix proper variable name (#904)
Change the variable name appropriately in the example code
https://nexusjs.org/docs/api/query-field
|
2021-05-12 08:23:22 -04:00 |
ahmedosama7450
|
70eda57c61
|
chore(docs): nexus nullability defaults (#900)
|
2021-04-30 15:41:05 -04:00 |
AstroAsh
|
7ff557b6e7
|
fix: sync should gen artifact logic with what docs say(#884)
|
2021-04-15 19:37:01 -04:00 |
Harsh Singh
|
5844b7fa74
|
chore(docs): update API link to Prisma object modeling (#890)
|
2021-04-15 19:35:55 -04:00 |
Alex Ruheni
|
cfff794306
|
updated test script and server start (#882)
|
2021-04-13 22:35:34 -04:00 |
Nikolay Lanets
|
d2e586bd3f
|
refactor: make errors more readable (#887)
|
2021-04-12 10:02:00 -04:00 |
ahmed osama
|
7b84cd63db
|
chore(docs): broken link (#881)
|
2021-04-08 20:01:32 -04:00 |
ahmed osama
|
3c18d6c1e3
|
chore(docs): Nexus nullability defaults to that everything is null by default
|
2021-04-08 09:30:18 -04:00 |
Max Leon
|
3f05c1d0ea
|
Resolve bullet indentation issue (#879)
fixes #849
|
2021-04-07 09:34:10 -04:00 |
Yash
|
16ac615f9b
|
chore(docs) Fix Broken Link in Tutorial Chapter 2 (#877)
Fixes the issue #858
|
2021-04-02 15:13:12 -04:00 |
Alex Ruheni
|
9a3915e11c
|
chore(docs): updated prisma references (#874)
|
2021-04-01 08:49:00 -04:00 |
ZC
|
ce1bd8c594
|
chore(docs): fix typo in abstract types documentation (#873)
|
2021-03-28 21:58:25 -04:00 |
Tim Griesser
|
74c93e2ce4
|
refactor: add importsNotUsedAsValues: error to force import type (#872)
|
2021-03-27 16:26:13 -04:00 |
Renato Benkendorf
|
a59273de88
|
docs(content of API to makeSchema): update the example of using a custom typing to GraphQL context value (#871)
|
2021-03-25 07:51:25 -04:00 |
Alex Ruheni
|
5056129b40
|
chore(docs): removed databaseUrl in final code sample testing (#863)
|
2021-03-15 21:34:18 -04:00 |
Nil Portugués Calderó
|
c89c72bda2
|
chore(docs): Change --transpileOnly to --transpile-only from star-wars example (#859)
* Change --transpileOnly to --transpile-only
|
2021-03-15 07:40:41 -04:00 |
Alex Ruheni
|
3050c3bb42
|
chore(docs): Updated getting started tutorial (#852)
- migrated from postgres to sqlite
-fixed tests 🤞🏽
|
2021-03-04 14:25:18 -05:00 |
Tim Griesser
|
7f16b8b750
|
fix: cast NexusNonNullDef to prevent union type complexity error (#846)
|
2021-03-04 14:24:29 -05:00 |
Anton Niklasson
|
291e86a669
|
chore(docs): fix broken link in 070-make-schema.mdx (#851)
|
2021-03-03 12:58:48 -05:00 |
Anton Niklasson
|
4625a13b52
|
chore(docs): update 010-object-type.mdx (#847)
|
2021-03-02 21:55:44 -05:00 |
Nikolas
|
8827f28ead
|
chore(docs): Update 06-chapter-5-persisting-data-via-prisma.mdx (#848)
|
2021-03-02 21:55:10 -05:00 |
ahmed osama
|
d220d3195d
|
chore(docs): deprecated nexus/testing module #833 (#840)
|
2021-03-01 06:59:25 -05:00 |
Tim Griesser
|
27e35e51ee
|
fix: reduce iteration in connections (#843)
|
2021-02-24 13:25:56 -05:00 |
Alex Ruheni
|
3f78131abb
|
docs: vanilla nexus migration from nexus-plugin-prisma (#838)
* vanilla nexus migration
* added SDL converter section
* resolver object
* added blockquote referring to resolve section
|
2021-02-22 12:11:42 +01:00 |
Jason Kuhrt
|
06cd0a02e6
|
chore: yaml style
|
2021-02-19 23:51:28 -05:00 |
Jason Kuhrt
|
5d23123cc0
|
chore: tsconfig should exclude docs
|
2021-02-19 23:51:18 -05:00 |
hanbin8269
|
e3b414ddde
|
chore(docs): Fix Docs 061-list-nonNull.mdx (#837)
|
2021-02-18 15:04:08 -05:00 |
Rich Haines
|
43f1da24e7
|
chore(docs): Updated tutorial docs (chapter 5 persisting-data-via-prisma) to fix cli install instructions (#834)
|
2021-02-18 10:05:21 -05:00 |
Francis Gulotta
|
46ad529954
|
docs: add more information to field authorize plugin (#821)
Added some getting started information and a description of the field this plugin adds.
|
2021-02-08 14:52:04 -05:00 |
Gal Cegla
|
0f5f14526c
|
Update 05-chapter-4-testing-your-api.mdx (#803)
|
2021-02-03 19:05:16 -05:00 |