ra-postgraphile icon indicating copy to clipboard operation
ra-postgraphile copied to clipboard

Postgraphile client for react-admin

Results 11 ra-postgraphile issues
Sort by recently updated
recently updated
newest added

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 2.2.0 to 5.0.0. Release notes Sourced from gh-pages's releases. v5.0.0 Potentially breaking change: the publish method now always returns a promise. Previously, it did not return a...

dependencies

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

In UPDATE requests, we should ideally not include fields that are unchanged. Besides being unnecessary, it can cause issues: 1. Conflicts can happen when different users edit different fields of...

enhancement

see #96 Thank you @BowlingX :+1: That was very fast, and a thorough job documenting :) The code needed to override a filter is a bit on the verbose side...

react-admin-v4

Integrating the postgis stuff, everything works well except `GeometryCollection`, which apparently has a nested property For a given property `bounds`, the admin is generating this query: ``` bounds { geojson...

bug

I'm curious, how are you handling uncaught errors? I've been getting one particular `ApolloError` that leads me to the `mutate` call inside of a graphql call, a bit low level...

I have a relation table that doesn't have an `id` column and I'm trying to delete a record by `nodeId` with custom mutation. I get the following error: >Variable "$input"...

bug
released
released on @next

Create a Mono repo of: - Frontend Project - Admin Project - Postgraphile Backend The Project should have a simple Use Case (e.g. a Blog). Features: - Authentication

To make usage of enums easier in react-admin. We should provide a hook to query those.