It looks like [extractLiveQueryRootFieldCoordinates](https://github.com/n1ru4l/graphql-live-query/blob/7b9acf6e089de73f4e3365258b8d6e3159b8ce68/packages/in-memory-live-query-store/src/extractLiveQueryRootFieldCoordinates.ts#L52) use hard coded 'id' field name instead of 'idFieldName' option. It brokes this feature: ```js liveQueryStore.invalidate([ // Invalidate query operations that select the Query,user field with the id argument `Query.post(pk:"ffd22")` ]) ```