Commit Graph

15 Commits

Author SHA1 Message Date
Rishichandra Wawhal
9d2ce81c70 move community tools to separate repos (#3155) 2019-10-26 09:32:32 +05:30
craigglennie
ddf5997eac ra-data-hasura: update readme explain some imports (close #2905) (#2906)
I was a little confused about where some of the imports in the example code came from, until I realised that they're created as part of the react-admin tutorial. I added a comment explaining that.
2019-10-10 21:39:50 +05:30
Rodolfo Silva
e0a7a8dd6f ra-data-hasrua: set 'asc' as default behavior to sort GET_LIST (#2916)
Right now if you provide a empty sort param you will get a error, because sort.order is undefined and don't have a function toLowerCase.
Like a common database we can set the default order direction as ASC.
2019-10-04 16:19:37 +05:30
Praveen Durairaj
0a64ef99b5 ra-data-hasura: filter for count query, add httpClient (close #2100, #2741, #2771) (#2727)
* filter for count in GET_LIST and GET_MANY_REFERENCE

* update deps, add httpClient argument, release new version
2019-09-18 08:06:17 +05:30
Praveen Durairaj
86c5348959 ra-data-hasura: bump version (#2380) 2019-06-14 19:24:45 +05:30
Pablo Rocha
f4b03a5875 ra-data-hasura: fix key update when response not an array (#2272) 2019-06-14 18:16:56 +05:30
Pablo Rocha
af1c4b9dc7 ra-data-hasura: add filters to GET_* types (#2284) 2019-06-14 18:16:26 +05:30
Pablo Rocha
ec40706121 ra-data-hasura: fix column sorting (#2276) 2019-05-30 13:15:08 +05:30
Pablo Rocha
622bba6686 ra-data-hasura: add missing "s" to id variable (#2274) 2019-05-27 09:50:20 +05:30
Praveen Durairaj
a6d3fd2968 ra-data-hasura: add custom primary key support (#2194) 2019-05-16 21:16:35 +05:30
Praveen Durairaj
fc4638fc9d ra-data-hasura: add support for multiple schemas (close #1729) (#2068) 2019-05-06 14:53:35 +05:30
nizar-m
f83a8e591f rename access-key to admin-secret (close #1347) (#1540)
Rename the admin secret key header used to access GraphQL engine from X-Hasura-Access-Key to X-Hasura-Admin-Secret.

Server CLI and console all support the older flag but marks it as deprecated.
2019-02-14 15:07:47 +05:30
Praveen Durairaj
a67346458d support any type for id column in ra-data-hasura (close #1443) (#1451) 2019-01-24 09:36:45 +05:30
Praveen Durairaj
964645cbb1 ra-data-hasura patch for get_many_reference (#1419)
* fix get_many_reference definition

* update package version

* update changelog and github url
2019-01-20 10:25:45 +05:30
Praveen Durairaj
2022091391 add react-admin data provider (close #783) (#1407) 2019-01-19 20:49:35 +05:30