- Breaking change: This release is a complete rewrite of the library, replacing the API with code from
ra-data-hasura-graphql
library. Thesteams/ra-data-hasura-graphql
will henceforth be archived. ReferREADME.md
for usage instructions.
- Bug Fix: Translate id to primary key for custom primary keys.
- Bug Fix: Respect primary key on order by.
- Bug Fix: Fix typo in GET_MANY_REFERENCE.
- Bug Fix: Set
asc
as default sorting order in GET_LIST.
- Bug Fix: Re-build library to fix discrepancies. Pass
where
arguments tocount
query. - Feature: Add support for httpClient to pass in dynamic headers. Backwards compatibility maintained for static headers.
- Update package dependencies.
- Bug Fix: Fix sort order, fix primary key when response not an array and add filters to GET_* operations.
- Feature: Support specifying primary keys other than id for tables using a config object
Example:
const config = { 'primaryKey': {'author': 'name'} }
- Feature: Support multiple schemas using "." separator.
Example:
<Resource name="schema.table" />
- Bug Fix: Fix count query to support UUID
- Bug Fix: GET_MANY_REFERENCE definition
- Add support for hasura data provider