Anyone here use Nexus? For some reason I’m not get...
# orm-help
m
Anyone here use Nexus? For some reason I’m not getting type signatures:
a
Your dev server is running when are you writing?
m
Oh shoot I see
You should specify a configuration value for outputs in Nexus' makeSchema. Provide one to remove this warning.
Do I need this for types to work?
a
Yes 👍
Please see docs
m
I did but nexus/schema docs are lacking 😞
Still doesnt work 😞
m
DO you have Boolean specified inside
Copy code
export const schema = makeSchema({
  types: []
})
m
Isn’t Boolean a default type?
it autocompletes
boolean
for me
m
IDK just a guess all my types have been custom.
m
Ah I see the problem…
I have to restart my server every time I make a change 😞
m
The error points to an actionable step. Its pointing you to makeSchema
I see
m
I built my own framework which hot swaps files
Looks like that doesnt work with nexus
I’ll have to take a look
Thank you for your help!
m
👍
m
Fixed it, wohoo!
🙂
a
m
Yep that was the reason it wasnt working, thank you!