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
Auto-complete at the bar, should have id, slug, accountPage
Right now we only use existence of a fn in the service to indicate that there should be a type there.
IMO, we probably want UserTypeResolvers to be fully optional with all possible examples. We can still tighten the fns on the type when they are used, but we do need to be wary that there can be multiple places where a type can have resolvers added
The text was updated successfully, but these errors were encountered:
I've been wondering if the answer to this is maybe a separate file which would contain a version of UserTypeResolvers but be UserTypeResolversBase which contains the optional fns
Overview
service/user.ts
Auto-complete at the bar, should have
id
,slug
,accountPage
Right now we only use existence of a fn in the service to indicate that there should be a type there.
IMO, we probably want
UserTypeResolvers
to be fully optional with all possible examples. We can still tighten the fns on the type when they are used, but we do need to be wary that there can be multiple places where a type can have resolvers addedThe text was updated successfully, but these errors were encountered: