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

Query return null #3

Open
JulianJJ opened this issue May 3, 2022 · 0 comments
Open

Query return null #3

JulianJJ opened this issue May 3, 2022 · 0 comments

Comments

@JulianJJ
Copy link

JulianJJ commented May 3, 2022

query GetMovies {
movies {
title
}
}

The simple query returns title as null

If I use below connection with JsonContractResolver then it works,, But how to use this with GraphDatabase.Driver as it doesnt take JsonContractResolver .
var client = new BoltGraphClient(....)
{
JsonContractResolver = new CamelCasePropertyNamesContractResolver()
};

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

1 participant