Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Releases: Vincit/objection-graphql

0.2.4

Choose a tag to compare

@koskimas koskimas released this 15 Nov 11:45

What's new

0.2.3

Choose a tag to compare

@koskimas koskimas released this 15 Aug 21:19

What's new

0.2.2

Choose a tag to compare

@koskimas koskimas released this 01 Aug 18:46

What's new

  • Added support for fragments #10
  • Added support for variables #11
  • Add selectFiltering method for disabling select filtering #9

0.2.1

Choose a tag to compare

@koskimas koskimas released this 11 Jul 10:49

What's new

  • fix bug #8

0.2.0

Choose a tag to compare

@koskimas koskimas released this 27 Jun 19:03

What's new

  • Support for HasOneRelation and HasOneThroughRelation
  • Only needed columns are now selected from the database. Previously all columns were selected and then stripped by graphql.
  • Minimum node version is now 0.4.0.