Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@mesosphere-frontend-ci mesosphere-frontend-ci released this 22 Jan 10:07
· 11 commits to master since this release

3.0.0 (2019-01-22)

  • feat(signature) accept variables parameter (168b0e8)

Bug Fixes

  • align export with graphql convention (77a4c7b), closes #4
  • change order of arguments to align with graphql (5e5cd09), closes #4
  • rxjs interoperability (93ae0d0), closes #5

Features

  • add support for root value (aa6aa0d)
  • allow strings as query input (792edb1), closes #4

BREAKING CHANGES

  • Please add the root value as third argument, null or an
    empty object are great default values for this.
  • Its now schema, query instead of query, schema, so the
    inputs in all projects need to change
  • All imports need to be import {graphql} instead of
    import graphql from now on
  • context param was used to get resolver's arguments. It's not the case anymore.