We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolver function does not return array of object(Question) even its return type []*prisma.Question
Return array of object Triggered QuestionExecArray
type User { id: ID! @id email: String! @unique password: String! phone:String! step:Int profile: Profile preference : Preference questions : [Question!] createdAt: DateTime! @createdAt } type Question @embedded{ qid: Int! forMe: Int! forOther: Int! importance: Int! }
gqlgen version
go version
The text was updated successfully, but these errors were encountered:
Please format your code using: ```go.
Can this help you? #874
If yes please close this issue.
Sorry, something went wrong.
Sorry but does not work
No branches or pull requests
What happened?
Resolver function does not return array of object(Question) even its return type []*prisma.Question
What did you expect?
Return array of object
Triggered QuestionExecArray
Minimal graphql.schema and models to reproduce
versions
gqlgen version
? v0.13.0go version
? go1.15.5 windows/amd64The text was updated successfully, but these errors were encountered: