Skip to content

Releases: graphql-compose/graphql-compose-mongoose

0.0.6 (July 08, 2016)

08 Jul 09:23

Choose a tag to compare

0.0.6 (July 08, 2016) Pre-release
Pre-release
  • rename input argument to record for mutations (due graphql-compose-relay compatibility).

Argument name input is a reserved name for mutations' arg in Relay, and may contains not only document/record data (eg. clientMutationId, sort and filter args). So better solution for graphql-compose-mongoose do not use this name, cause graphql-compose-relay get all args from mongoose resolvers and put them to input arg.

0.0.5 (July 07, 2016)

07 Jul 16:28

Choose a tag to compare

0.0.5 (July 07, 2016) Pre-release
Pre-release
  • refactor Resolvers due changes in graphql-compose api
  • exports flow annotations

0.0.3 (July 01, 2016)

01 Jul 15:54

Choose a tag to compare

0.0.3 (July 01, 2016) Pre-release
Pre-release
  • First beta version