-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_redirects
190 lines (132 loc) · 10.2 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# Shortcuts
# ---------
/repo https://github.com/graphql-nexus/nexus 301!
/tweets https://twitter.com/nexusgql 301!
/contributing https://github.com/graphql-nexus/nexus/blob/main/CONTRIBUTING.md 301!
/changelog https://github.com/graphql-nexus/nexus/releases 301!
/changelog/canary https://github.com/graphql-nexus/nexus/releases/tag/next 301!
/roadmap https://github.com/orgs/graphql-nexus/projects/1 301!
/docs https://nexusjs.org/docs 301!
/discussions https://prisma.slack.com/archives/CM2LEN7JL 301!
# Tools
# -----
/tools/converter https://nexusjs.org/converter 301!
/tools/playground https://codesandbox.io/s/introductory-nexus-graphql-api-pk0qr?file=/src/README.md 301!
/playground https://codesandbox.io/s/introductory-nexus-graphql-api-pk0qr?file=/src/README.md 301!
/playground/introduction https://codesandbox.io/s/introductory-nexus-graphql-api-pk0qr?file=/src/README.md 301!
/playground/nextjs https://codesandbox.io/s/nexus-example-nextjs-b7055?file=/README.md 301!
/playground/subscriptions https://codesandbox.io/s/nexus-example-subscriptions-59kdb?file=/README.md 301!
# Learning Resources
# ------------------
/learn/tutorial https://nexusjs.org/docs/getting-started/tutorial 301!
/learn/examples https://github.com/graphql-nexus/nexus/tree/main/examples 301!
# Issues
# ------
/issues https://github.com/graphql-nexus/nexus/issues 301!
## Create Issues
## These are useful, for example, to embed links within terminal output asking for feedback
/prisma/issue/feature/new https://github.com/graphql-nexus/nexus-plugin-prisma/issues/new?assignees=&labels=type%2Ffeat%2C+plugin%2Fprisma&template=11-feature-prisma.md&title= 301!
/prisma/issue/bug/new https://github.com/graphql-nexus/nexus-plugin-prisma/issues/new?assignees=&labels=type%2Fbug%2C+plugin%2Fprisma&template=21-bug-prisma.md&title= 301!
/issues/create/feature https://github.com/graphql-nexus/nexus/issues/new?labels=type%2Ffeat&template=10-feature.md 301!
/issues/create/bug https://github.com/graphql-nexus/nexus/issues/new?assignees=&labels=type%2Fbug&template=20-bug.md&title= 301!
# Plugin Documentation
# -------------
/plugins/prisma https://nexus.prisma.io 301!
# API Documentation
# -----------------
# DEPRECATED
/docs/api/schema https://nexusjs.org/docs 301!
/docs/api/object-type https://nexusjs.org/docs/api/object-type 301!
/docs/api/extend-type https://nexusjs.org/docs/api/extend-type 301!
/docs/api/list https://nexusjs.org/docs/api/list-nonNull#list 301!
/docs/api/nonNull https://nexusjs.org/docs/api/list-nonNull#nonnull 301!
/docs/api/nullable https://nexusjs.org/docs/api/list-nonNull#nullable 301!
/docs/api/mutation-field https://nexusjs.org/docs/api/mutation-field
/docs/api/query-field https://nexusjs.org/docs/api/query-field
/docs/api/subscription-field https://nexusjs.org/docs/api/subscription-field
/docs/api/interface-type https://nexusjs.org/docs/api/interface-type
/docs/api/union-type https://nexusjs.org/docs/api/union-type
# Guides
# ------
# DEPRECATED /docs/guides for just /guides
/docs/guides/schema https://nexusjs.org/docs/guides/schema 301! # DEPRECATED
/guides/schema https://nexusjs.org/docs/guides/schema 301!
/guides/nullability https://nexusjs.org/docs/guides/nullability 301!
/guides/backing-types https://nexusjs.org/docs/guides/source-types 301!
# TODO use a real guide
/guides/reflection https://nexusjs.org/docs/getting-started/tutorial/chapter-writing-your-first-schema#reflection 301!
/guides/abstract-types https://nexusjs.org/docs/guides/abstract-types 301!
/guides/abstract-types/modular-strategy https://nexusjs.org/docs/guides/abstract-types#modular-strategy-istypeof 301!
/guides/abstract-types/centralized-strategy https://nexusjs.org/docs/guides/abstract-types#centralized-strategy-resolvetype 301!
/guides/abstract-types/discriminant-model-field-strategy https://nexusjs.org/docs/guides/abstract-types#discriminant-model-field-dmf-strategy-__typename 301!
/guides/abstract-types/using-multiple-strategies https://nexusjs.org/docs/guides/abstract-types#multiple-strategies 301!
# Examples
# --------
/examples/subscriptions https://codesandbox.io/s/nexus-example-subscriptions-59kdb?file=
# Adoption Guides
# ---------------
/adoption-guides/nextjs-users https://nexusjs.org/docs/adoption-guides/nextjs-users 301!
/adoption-guides/prisma-users https://nexusjs.org/docs/adoption-guides/prisma-users 301!
/adoption-guides/nexus-framework-users https://nexusjs.org/docs/adoption-guides/nexus-framework-users 301!
/adoption-guides/neuxs-framework-prisma-users https://nexusjs.org/docs/adoption-guides/neuxs-framework-prisma-users 301!
# Nexus Unframework Transition
# ----------------------------
/unframework/about https://github.com/prisma-labs/graphql-framework-experiment/issues/1432 301!
/unframework/migrate https://nexusjs.org/docs/adoption-guides/nexus-framework-users 301!
/unframework/plugin/prisma/migrate https://nexusjs.org/docs/adoption-guides/neuxs-framework-prisma-users 301!
#
#
#
# DEPRECATED
#
#
#
# Issues By Component
/issues/components/schema https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen 301!
/issues/components/schema/bugs https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Fbug 301!
/issues/components/schema/features https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Ffeat 301!
/issues/components/logger https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen 301!
/issues/components/logger/bugs https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Fbug 301!
/issues/components/logger/features https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2feat 301!
/issues/components/server https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen 301!
/issues/components/server/bugs https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Fbug 301!
/issues/components/server/features https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Ffeat 301!
/issues/components/plugins https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen 301!
/issues/components/plugins/bugs https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Fbug 301!
/issues/components/plugins/features https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Ffeat 301!
/issues/components/settings https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen 301!
/issues/components/settings/bugs https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Fbug 301!
/issues/components/settings/features https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Ffeat 301!
/issues/components/testing https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen 301!
/issues/components/testing/bugs https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Fbug 301!
/issues/components/testing/features https://github.com/graphql-nexus/nexus/issues?q=is%3Aopen+label%3Atype%2Ffeat 301!
# API Documentation
/docs/api/logger https://nexusjs.org/docs 301!
/docs/api/server https://nexusjs.org/docs 301!
# Guide Documentation
/docs/guides/logger https://nexusjs.org/docs 301!
/docs/guides/server https://nexusjs.org/docs 301!
/docs/guides/plugins https://nexusjs.org/docs 301!
/docs/guides/settings https://nexusjs.org/docs 301!
/docs/guides/configuration-management https://nexusjs.org/docs 301!
# Nexus Transition
/ https://nexusjs.org 301!
/schema-to-framework/about https://github.com/graphql-nexus/nexus/issues/373 301!
/schema-to-framework/migrate https://nexusjs.org/adoption-guides/nexus-users 301!
/nexus-plugin-prisma https://nexusjs.org/plugins/prisma 301!
# nexus-prisma to nexus-plugin-prisma transition
/nexus-prisma-to-nexus-plugin-prisma/about https://github.com/graphql-nexus/nexus-schema-plugin-prisma/issues/630 301!
# Nexus' opinions (aka. philosophy)
/why/bundle-dependencies https://nexusjs.org/docs 301!
# About things
/about/reflection https://nexusjs.org/docs 301!
# Integration Guides
/integration/nextjs https://nexusjs.org/docs 301!
# Standalone Component Docs
/components/standalone/schema https://nexusjs.org/docs 301!
/components/standalone/logger https://github.com/jasonkuhrt/floggy 301!
# API Documentation
/docs/api/use-plugins https://nexusjs.org/docs 301!
/docs/api/settings https://nexusjs.org/docs 301!
/docs/api/on https://nexusjs.org/docs 301!
/docs/api/testing https://nexusjs.org/docs 301!