Skip to content
#

data-mapper

Here are 69 public repositories matching this topic...

michael-pont
michael-pont commented Feb 20, 2022

I have a sortKey that is a number enum:

export enum OfficeStatus {
  IN_OFFICE = 0,
  REMOTE = 1,
}

When querying this particular GSI which uses the officeStatus value as a sortkey, typedorm returns no items when setting the value equal to 0. When setting to 1, I get the users with officeStatus = 1.
As a test, I changed the above enum to have values 1 and 2 and changed my test dat

bug good first issue effort small

Improve this page

Add a description, image, and links to the data-mapper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-mapper topic, visit your repo's landing page and select "manage topics."

Learn more