Charles Broskoski

Results 20 comments of Charles Broskoski

+1 having this problem as well

@evnbr thanks for responding, yeah I was thinking full front and back as a single element but ended up just making a separate screen for it (as I wanted to...

So, in looking at this a little bit I have a few rough thoughts, not sure how helpful they will ultimately be. In terms of the level of sophistication with...

@sarahscott for the related content, it might be useful to look at how we handle this on Force. For instance, an individual module: https://github.com/artsy/force/blob/master/apps/home_2/queries/module.coffee `context` is a GraphQLUnion type that...

@alloy Not automatically. `pageInfo` only returns cursors (`startCursor` and `endCursor`) as well as whether there are more page results or not. See: https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfo

+1 for formatted fields

To clarify, I'm for keeping the formatted fields.

I think it makes more sense to add a raw field that can be typed if we want to make things nice for TypeScript. There are still a lot of...