Natsuha
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
Now this works now
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
I see I get it now, I should build the schema from top to bottom I was doing it the other way around
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
The only difference is that Topic is an array
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
But why does authorId/author is working?
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
So I should create a topic first then a subtopic?
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
@Jon Harrell please help
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
Moving forward I can go with this but this still leaves a bad taste in my mouth and almost half the reason that I went with prisma is so that I can avoid this boilerplate of a code
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
But still it gives me this error
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
I even modified my schema to this so that the only problem I should be worried about is the array of Topics
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
I thought that prisma can do that for me with
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
And this is the result I want
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
Badly need help
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
One parent
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
Only mediaid and authorid is supposed to be only 1 entry
34 replies
PPrisma
•Created by GregoryErrl on 5/3/2024 in #help-and-questions
Inconsistent query result: Field topics is required to return data, got `null` instead.
I defined the array on the String[] on topicsid
34 replies