github graphql-compose/graphql-compose 0.0.13
0.0.13 (August 8, 2016)

latest releases: v9.0.10, v9.0.9, v9.0.8...
7 years ago
  • Change TypeComposer.addRelation arguments:
    • move argsMapper to opts.args
    • add projection to opts (relations may require some fields, that not described in GraphQL query)
  • Add projectionMapper to Types. Now relation works without redundantly defining additional fields.
    • When you create relations you need query additional fields, that not in the GraphQL query. E.g. for obtaining friendList you also should add friendIds to projection. ProjectionMapper solves this problem.

Don't miss a new graphql-compose release

NewReleases is sending notifications on new releases.