github graphql-compose/graphql-compose v2.10.1

latest releases: v9.0.11, v9.0.10, v9.0.9...
6 years ago

2.10.1 (2017-11-30)

Bug Fixes

  • TypeMapper: allow array of array definition (7328b1a)

eg.

TC.create({
  name: 'Type',
  fields: {
    field1: {
      args: {
        arg1: [[['Int']]], // triple wrap by GraphQLList
      },
      type: [['String']], // double wrap by GraphQLList
    },
  },
});

Don't miss a new graphql-compose release

NewReleases is sending notifications on new releases.