Used by the Async Storage Adapter to concatenate key values
for a record. For instance, if a model has the following keys:
customId: ID! @primaryKey(sortKeyFields: ["createdAt"]),
we concatenate the customId and createdAt as:
12-234-5#2022-09-28T00:00:00.000Z
Used by the Async Storage Adapter to concatenate key values for a record. For instance, if a model has the following keys:
customId: ID! @primaryKey(sortKeyFields: ["createdAt"])
, we concatenate thecustomId
andcreatedAt
as:12-234-5#2022-09-28T00:00:00.000Z