Skip to content

Instantly share code, notes, and snippets.

View aymanbagabas's full-sized avatar
🍉

Ayman Bagabas aymanbagabas

🍉
View GitHub Profile
@christiaanwesterbeek
christiaanwesterbeek / ra-data-postgraphile.ts
Last active August 26, 2019 03:42 — forked from alexkubica/dataProvider.ts
dataProvider adaptation for postgraphile flavor
// from https://gist.github.com/ak-il/e91bfbd2c7c83086c7ded41512335795
import gql from 'graphql-tag';
import {
GET_LIST,
GET_ONE,
GET_MANY,
CREATE,
UPDATE,
DELETE,
} from 'react-admin';