novacloudcz/graphql-orm
Golang GraphQL API generator using gqlgen and gorm
2 Releases
Latest: 5y ago
v0.4.13 - Relationship connectionsv0.4.13Latest
Now it's possible to query count or items for relationships with filters, sorting and limit/offset
v0.1.0
📦 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}]`
