-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- createdAt shouldn't be changed in a create -> edit
// expect(authCode2.createdAt).toBe(authCode.createdAt); - maybe type
Dataso it matches input? is that a breaking change? - definitely throw if data is a Map. that's definitely not what we want
- validate that any key returned in data is an inputKey or storageKey of schemaFields and throw if an unexpected key is found
- it wasn't working for
userIDin auth code example so checked for both inputKey and storageKey of fieldInfo but that means we could be sending extra and ignoring it now
- it wasn't working for
follow-up to #1765
Metadata
Metadata
Assignees
Labels
No labels