github graphql-compose/graphql-compose 0.0.14
0.0.14 (August 9, 2016)

latest releases: v9.0.11, v9.0.10, v9.0.9...
7 years ago
  • Added projection argument for TypeComposer.addField and TypeComposer.addField. Sometimes, when you create relations or some tricky fields, you should have a data from additional fields, that not in a query projection. E.g. for obtaining friendList you also should add friendIds to projection. Or for fullname field you should request firstname and lastname from DB.
  • Again was changed TypeComposer.addRelation declaration. Added ability to create relations for cross imported files via an anonymous function. Also added build step for converting relations to GraphQL fields, when calling schemaBuild().
  • Fix projection from AST method. Incorrectly works ProjectionMapper with GraphQLList and Connection types.
  • Added flow-type ProjectionType

Don't miss a new graphql-compose release

NewReleases is sending notifications on new releases.