aerogear / proposals

AeroGear Proposals
Apache License 2.0
0 stars 17 forks source link

Updates to schema #46

Closed wtrocki closed 6 years ago

wtrocki commented 6 years ago

Target for this is to update schema to be minimal and sensible to be implemented on the server. Additionally I have removed things that were hard or not possible on the server. Structure of the data is not flexible for some functionalities but we do not target here to build fully functional app. Just build an sandbox for us to test most of the graphql corner cases.

We could extend that over the time to match the requirements. It's best to use proposal to stage that as schema on the server were out of the sync

wtrocki commented 6 years ago

Working on implementing this on the server first.

danielpassos commented 6 years ago

@wtrocki my only thought is if we put the like count into the Meme type when listing the memes there is no way to know if I already liked that meme.

wtrocki commented 6 years ago

@danielpassos yeah, but this is going to evolve over the time.

Just want to add more stuff as:

danielpassos commented 6 years ago

@wtrocki Gotcha, I'd say, let's not have like so. I think comments is enough to test the relationship scenario.