You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: get rid of getRecordIdFn(); add test helper functions testOperation() & testFieldConfig()
BREAKING CHANGE: if you use `ObjectTypeComposer.setRecordIdFn()` for customization `recordId` in mutations payload then you will need use resolvers config options, eg. `createOne(model, tc, { recordIdFn: (doc, context) => source.uid })`.
closes#262
0 commit comments