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
Right now createApiAdapter needs it's own version for every external system. This i due to a typing issue. We have a transform fn that takes in the base schema for the entity and transforms it into the singleton or collection response.
Right now
createApiAdapterneeds it's own version for every external system. This i due to a typing issue. We have a transform fn that takes in the base schema for the entity and transforms it into the singleton or collection response.