Skip to content
New issue

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

type mismatch error #232

Closed
robatipoor opened this issue Oct 23, 2021 · 3 comments
Closed

type mismatch error #232

robatipoor opened this issue Oct 23, 2021 · 3 comments

Comments

@robatipoor
Copy link

thank you from good repository i try use this line of code in my project but got error

Can't resolve value (/allPosts) : type mismatch error, expected type LIST got class reactor.core.publisher.FluxIterable

how i can fix error ?

@hantsy
Copy link
Owner

hantsy commented Oct 23, 2021

This project is using WebFlux and Kotlin Coroutines, if you know little about it, and used traditional blocking WebMVC stack, please read dgs-kotlin example.

@hantsy
Copy link
Owner

hantsy commented Oct 23, 2021

Check the example table and see the tech stack, https://github.com/hantsy/spring-graphql-sample#example-codes

@robatipoor
Copy link
Author

robatipoor commented Oct 23, 2021

Finally I was able to solve my problem after update graphql-dgs-platform-dependencies 4.1.0 to version 4.9.2 the error message has disappeared and everything is working properly
thank you for response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants