One thing about this ticket is that it could be easy to get carried away. IMO it doesn't mean 'let's implement everything outlined in the memeolist proposal.' I think we should aim to implement the features our server currently supports. Subscriptions being the main thing. Profiles would be a good thing to add to the schema too because it shows off nested resolvers e.g.
query getProfile(id: profileId) { |
getProfile(id: 'foo') { |
name |
id |
memes |
} |
}
|
Where memes will be a full list of memes that was resolved by a separate resolver |