github graphql-compose/graphql-compose v7.16.0

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

7.16.0 (2020-05-22)

Features

  • support for adding interfaces to other interfaces (5b41ef8)

From GraphQL 15.0.0 Interfaces can implement other interfaces. In this version was added the following helper methods to InterfaceTypeComposer:

  • getInterfaces()
  • getInterfacesTypes()
  • setInterfaces()
  • hasInterface()
  • addInterface()
  • addInterfaces()
  • removeInterface()

Don't miss a new graphql-compose release

NewReleases is sending notifications on new releases.