Jan Piotrowski
601c2f03f4
fix(prisma): Replace outdated note ( #1153 )Co-authored-by: Andrew Carlson <5479270+andrewicarlson@users.noreply.github.com>
...
* fix(prisma): Remove outdated note
* Update 010-overview.mdx
---------
Co-authored-by: Andrew Carlson <5479270+andrewicarlson@users.noreply.github.com>
2023-03-16 11:04:26 -04:00
Alex Kunin
1e6b9212d3
chore: remove irrelevant paragraph in docs ( #1128 )
...
Resolver shorthands were removed in v0.18.0, docs need to be updated.
2022-10-31 09:25:32 -04:00
Daniel Schwartz
b906288c58
chore: change facebook.github.io to relay.dev links ( #1083 )
2022-05-03 11:24:45 -04:00
Aniruddh Mukherjee
e901bebd51
chore(docs): fix typos ( #1005 )
...
Fixed the typos where `draftToPublish` (used in the previous example) were mistakenly written as `postToPublish` which might lead to confusion for some readers.
2021-12-15 09:10:02 -05:00
Riccardo Scalco
87a82a28b1
chore(docs): fix typo 06-chapter-5-persisting-data-via-prisma.mdx ( #1007 )
2021-12-15 09:09:34 -05:00
Riccardo Scalco
3de7f399c6
chore(docs): fix typo 04-why-nexus.mdx ( #1008 )
2021-12-15 09:09:02 -05:00
Tana M Berry
45b9d5a926
chore(docs): fix typo 030-neuxs-framework-prisma-users.mdx ( #1016 )
2021-12-15 09:08:30 -05:00
ChengQing
b92545fe4f
chore(docs): fix typo 05-chapter-4-testing-your-api.mdx ( #1023 )
...
Fix typo.
2021-12-15 09:08:03 -05:00
ChengQing
4d035019a4
chore(docs): fix typo in 07-chapter-6-testing-with-prisma.mdx ( #1024 )
2021-12-15 09:07:24 -05:00
Johan Kim
c0e55b53b4
chore(docs): add Example Code ( #948 )
2021-10-26 21:50:03 -04:00
Johan Kim
a7c26ba587
chore(docs): Update Ordering section ( #950 )
2021-10-26 21:49:26 -04:00
lockedNLevered
703d5595da
chore(docs): Nexus Getting started: missing type in queryType ( #995 )
...
queryType is missing type field. TypeScript would throw error and not compile.
2021-10-26 21:48:29 -04:00
Ella Nan
02015ede84
chore(docs): readme update -- fix code sample to include ".ts" in module path ( #998 )
2021-10-26 21:47:51 -04:00
Dani Guardiola
2934d6d38c
chore(docs): typo fix in docs ( #999 )
2021-10-26 21:47:19 -04:00
safaure
5e3b837ec0
chore(docs): change package get-port ver in tutorial ( #1000 )
...
See https://github.com/sindresorhus/get-port/releases
get-port does not support commonJS anymore.
2021-10-26 21:46:53 -04:00
Timo Heman
b24d132d38
docs: change all "npm add" to "npm install" ( #991 )
2021-09-17 11:19:52 -04:00
Andrew McCallum
e5658cadba
docs: Update 061-list-nonNull.mdx ( #986 )
...
Fixed syntax in docs where comma was missing
2021-09-07 09:07:05 -04:00
Gary Lamp
6de1cb6917
docs: Remove `.ts` extension from import statement ( #974 )
2021-09-02 09:20:54 -04:00
Tobias Lins
8e0ce1b4a1
chore(docs): improve scalar documentation ( #939 )
2021-06-25 13:42:06 -04:00
Nenad Filipovic
10ea65f6f1
chore(docs): add formatTypegen example ( #930 )
2021-06-11 17:47:21 -04:00
Tom Sherman
31a6137f90
Fix graphql docs link for interfaces ( #913 )
2021-05-22 12:53:16 -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
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
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
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
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
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
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
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
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
David
c79d3cb9a9
asNexusMethod import is missing ( #805 )
2021-02-03 19:03:03 -05:00
Johnny Oshika
d1634b2a58
Fix 'posts' field typo. Should be 'drafts'. ( #806 )
2021-02-03 19:01:54 -05:00
Johnny Oshika
29f03a03e7
Fix contextType export typo (from ContextModule to Context) ( #807 )
2021-02-03 19:00:46 -05:00
Yash
0b28c77678
Docs: Correct an object's value in the tutorial ( #808 )
2021-02-03 18:58:53 -05:00
Nikolas
0ce49b91b7
docs: adjust migration guide from nexus-plugin-prisma ( #818 )
...
* start writing migration guide for nexus-plugin-prisma
* continue writing migration guide for nexus-plugin-prisma
* continue writing migration guide for nexus-plugin-prisma
* add notes about state of nexus-plugin-prisma to several pages
* minor changes
2021-02-03 17:51:04 +01:00
Nikolas
7f0dd11a8b
docs: add migration guide for nexus-plugin-prisma ( #817 )
...
* start writing migration guide for nexus-plugin-prisma
* continue writing migration guide for nexus-plugin-prisma
2021-02-03 17:06:42 +01:00
Johnny Oshika
218bf11f18
Fix typo in About section ( #809 )
2021-01-31 13:50:42 -05:00
Fran Zekan
cb1e17ef56
docs: Fix variable naming for express import ( #802 )
2021-01-26 20:07:35 -05:00