It looks like extractLiveQueryRootFieldCoordinates use hard coded 'id' field name instead of 'idFieldName' option.
It brokes this feature:
liveQueryStore.invalidate([
// Invalidate query operations that select the Query,user field with the id argument
`Query.post(pk:"ffd22")`
])
It looks like extractLiveQueryRootFieldCoordinates use hard coded 'id' field name instead of 'idFieldName' option.
It brokes this feature: