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
Hi, my feed query resolver is showing incompatible return type error. Also, the type of id being returned by the resolver is string while it is defined as type ID in the Feed objectType. And the links type is Link[] while it should be Link[!]! as per Feed.
Can you please share some insight?
The tutorial has two changes to Link.ts listed to support pagination... but the first line import also has a change needed to add intArg.
The text was updated successfully, but these errors were encountered: