- 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