You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
};
The text was updated successfully, but these errors were encountered:
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()
};
The text was updated successfully, but these errors were encountered: