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
We are passing disableDependentChains from above method, and here it's fetching __typename as well, which will explicitly not be part of the schema, hence it's throwing NPE.
But in general we should have built-in handling for graphQL metadata fields.
And then this field actually is part of response also, and gives TypeName as String. So, we will also have to handle that.
The text was updated successfully, but these errors were encountered:
w.r.t this, in our VajramExecutionStrategy :
QueryAnalyseUtil -> getNodeExecutionConfigBasedOnQuery()
We are passing disableDependentChains from above method, and here it's fetching __typename as well, which will explicitly not be part of the schema, hence it's throwing NPE.
But in general we should have built-in handling for graphQL metadata fields.
And then this field actually is part of response also, and gives TypeName as String. So, we will also have to handle that.
The text was updated successfully, but these errors were encountered: