mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
parent
a39fd047f0
commit
a67346458d
@ -1,7 +1,11 @@
|
||||
## 0.0.3 (January 24, 2019)
|
||||
|
||||
- Bug Fix: Fix count query to support UUID
|
||||
|
||||
## 0.0.2 (January 20, 2019)
|
||||
|
||||
### Bug Fix: GET_MANY_REFERENCE definition
|
||||
- Bug Fix: GET_MANY_REFERENCE definition
|
||||
|
||||
## 0.0.1 (January 19, 2019)
|
||||
|
||||
### Add support for hasura data provider
|
||||
- Add support for hasura data provider
|
||||
|
2
community/tools/ra-data-hasura/package-lock.json
generated
2
community/tools/ra-data-hasura/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ra-data-hasura",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ra-data-hasura",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "react-admin data provider for Hasura GraphQL Engine",
|
||||
"main": "lib/ra-data-hasura.min.js",
|
||||
"scripts": {
|
||||
|
@ -16,7 +16,7 @@ const countQuery = {
|
||||
type: 'count',
|
||||
args: {
|
||||
table: '',
|
||||
where: { id: { '$gt': 0 }}
|
||||
where: { id: { '$ne': null }}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user