Skip to content

Releases: novacloudcz/graphql-orm

v0.4.13 - Relationship connections

06 Aug 07:25
Compare
Choose a tag to compare

Now it's possible to query count or items for relationships with filters, sorting and limit/offset

v0.1.0

15 Oct 23:35
37ac775
Compare
Choose a tag to compare

Migration from v0.0.5 to v0.1.0

  • sort attribute has been changed so from sort:[COLUMN_NAME_ASC,COLUMN_NAME2_DESC] you should use sort:[{columnName: ASC},{columnName2: DESC}]