Skip to content

04-23-Implement_getMyTimeline_query

Choose a tag to compare

FEAT (appsync): adds mapping logic for getMyTimeline

Since Timeline only contains tweetId, added nested resolver to fetch Tweet

Changes the schema return for getMyTimeline to TimelinePage in order to hook nested resolvers onto that

Adds resolvers to both the getMyTimeline and the new TimelinePage type