xavcz
|
ec95b3c591
|
wip on nova:base-containers, rename nova:base-apollo in nova:apollo for the sake of clarity, remove some obsolete/experimental functions (triggerMainRefetch, refetchQuery, ..)
|
2016-11-08 12:58:53 +01:00 |
|
Sacha Greif
|
bee5eaf373
|
generate graphQL schemas for posts, comments, and categories from simpleSchema
|
2016-11-08 14:56:39 +09:00 |
|
xavcz
|
e78cbe523f
|
telescope's graphql mutations extensible as schema and queries, re-enable context.actions.call with Meteor for now
|
2016-10-31 16:19:37 +01:00 |
|
Sacha Greif
|
0b2af51c89
|
split graphQL schemas in their respective packages
|
2016-10-29 16:37:33 +09:00 |
|
xavcz
|
3c9c9673a3
|
add currentUser to schema/resolvers and give it to the AppContainer; re-enable canView/canEdit on CanDo comp (got broken at first migration to apollo); give back the document to custom FormComponent (used for example in the NewsletterButton in the account page)
|
2016-10-28 13:56:07 +02:00 |
|
Sacha Greif
|
7b3b37adc2
|
make user resolver take either id or slug; add UsersSingleContainer and use it for UsersAccount and UsersProfile
|
2016-10-28 16:22:07 +09:00 |
|
xavcz
|
4f31a06d41
|
re-enable search: add search query to Terms schema
|
2016-10-27 16:48:18 +02:00 |
|
Sacha Greif
|
2c8fca39b1
|
use PostsListContainer for PostsDay view (create new container for all days later?)
|
2016-10-27 15:36:11 +09:00 |
|
xavcz
|
ce3d33b0f0
|
work on loadMore (fetchMore -> updateQuery) on PostsHome: extends Terms schema input with cat, add postsViewTotal (cursor count) schema/resolver
|
2016-10-26 12:47:41 +02:00 |
|
Sacha Greif
|
3af91b00ee
|
use terms argument instead of view (since view is contained inside terms anyway); add userIP etc. properties to post
|
2016-10-26 17:59:31 +09:00 |
|
xavcz
|
3bcecf5fc2
|
add variables to posts(view, offset, limit) graphql query -> linked to PostsHome
|
2016-10-25 13:13:25 +02:00 |
|
xavcz
|
26f5e73119
|
more work on single post
|
2016-10-19 17:38:21 +02:00 |
|
xavcz
|
81ab2f45cd
|
apollo data transport connected to client / mongo / server
|
2016-10-19 10:55:19 +02:00 |
|