Quick question about key equality and using it with gql
This might be obvious based on the docs:
So if I did:
This would be perfectly acceptable and work as expected?
As long as the query key is serializable using JSON.stringifyDoes this mean they are checked via the JSON serialised version for equality?
So if I did:
This would be perfectly acceptable and work as expected?