Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphql dataProvider #1079

Merged
merged 86 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
a4e0b16
initial commit
salihozdemir Sep 9, 2021
d3f3fce
initial commit of example
salihozdemir Sep 9, 2021
739b61e
add apiUrl params to dataProvider
salihozdemir Sep 9, 2021
71ce401
add gql-query-builder
salihozdemir Sep 9, 2021
70876ca
add metaData interfaces and types
salihozdemir Sep 9, 2021
b1506fc
add graphql to example
salihozdemir Sep 9, 2021
962d0cc
add graphql packages
salihozdemir Sep 9, 2021
a1dc312
wip getList function
salihozdemir Sep 9, 2021
7f286fb
add sorting
salihozdemir Sep 10, 2021
7539956
add getList function
salihozdemir Sep 10, 2021
7330164
create metadata type
salihozdemir Sep 10, 2021
f933834
update useTable usage
salihozdemir Sep 10, 2021
01617f0
add getMany
salihozdemir Sep 13, 2021
56154da
Merge branch 'master' of github.com:pankod/refine into graphql-datapr…
salihozdemir Sep 13, 2021
660ee90
update useOne implementation
salihozdemir Sep 13, 2021
85003c5
add params to dataProvider functions
salihozdemir Sep 14, 2021
6137fb1
add metaData property to data hooks
salihozdemir Sep 14, 2021
a26ffaf
update MetaDataQuery for send any params to dataProvider hooks
salihozdemir Sep 14, 2021
3209a7c
make operation name optional
salihozdemir Sep 14, 2021
af0719a
add metaData props for useMany, useList and useOne hook references
salihozdemir Sep 14, 2021
7bc131d
implementation useMany and useOne functions
salihozdemir Sep 14, 2021
2483c7f
update airtable data provider functions params
salihozdemir Sep 14, 2021
7ed1693
update altogic data provider functions params
salihozdemir Sep 14, 2021
83c2a8f
update nestjsx-crud data provider functions params
salihozdemir Sep 14, 2021
43ec41b
update simple-rest data provider functions params
salihozdemir Sep 14, 2021
70b7efa
update strapi data provider functions params
salihozdemir Sep 14, 2021
032d020
update supabase data provider functions params
salihozdemir Sep 14, 2021
8c942f1
add pluralize and camelCase packages
salihozdemir Sep 15, 2021
df813cf
fix useImport dataProvider hook's params
salihozdemir Sep 15, 2021
36caca7
fix metaData props to forms
salihozdemir Sep 15, 2021
5d257f9
add create to dataProvider
salihozdemir Sep 15, 2021
b8c4dff
fix missing import
salihozdemir Sep 15, 2021
67b13d8
add update to dataProvider
salihozdemir Sep 15, 2021
3d53ada
add default return field to create
salihozdemir Sep 15, 2021
e356406
add missing field
salihozdemir Sep 15, 2021
30c5903
fix resource types
salihozdemir Sep 15, 2021
5aa93e7
fix typo
salihozdemir Sep 15, 2021
66ac0f1
add delete integration
salihozdemir Sep 15, 2021
8e3b551
add createMany integration
salihozdemir Sep 15, 2021
c6e8e07
fix return values of data provider mutation hooks
salihozdemir Sep 15, 2021
aeeb541
add updateMany integration
salihozdemir Sep 15, 2021
5ab1ae0
add deleteMany integration
salihozdemir Sep 15, 2021
bafc572
fix minor bugs
salihozdemir Sep 16, 2021
fa973d9
all dataProvider function params convert to properties
salihozdemir Sep 16, 2021
219f21f
useCustom integration and authentication with dataProvider custom fun…
salihozdemir Sep 16, 2021
08827a4
fix refresh button
salihozdemir Sep 16, 2021
e084616
create test environment
salihozdemir Sep 16, 2021
8ed5dfe
add create tests
salihozdemir Sep 16, 2021
fb4d967
add createMany tests
salihozdemir Sep 16, 2021
1cc308e
add getMany test
salihozdemir Sep 16, 2021
62088bd
add useOne test
salihozdemir Sep 16, 2021
cc83869
add getList tests
salihozdemir Sep 17, 2021
735bcf1
add update tests
salihozdemir Sep 17, 2021
d0c2c03
add updateMany tests
salihozdemir Sep 17, 2021
5a8b191
add delete tests
salihozdemir Sep 17, 2021
6ce6311
add deleteMany tests
salihozdemir Sep 17, 2021
b97fcb1
rename useOne convert to getOne
salihozdemir Sep 17, 2021
886c203
add custom tests
salihozdemir Sep 17, 2021
ebae7b7
add metaData prop to useExport
salihozdemir Sep 17, 2021
64b73fe
add import and export buttons
salihozdemir Sep 17, 2021
6cfef4b
fix total count
salihozdemir Sep 17, 2021
5a744fd
create strapi-graphql data provider
salihozdemir Sep 17, 2021
769f38f
add metaData property for data hooks, forms, fields, import&export an…
omeraplak Sep 17, 2021
6ef8a74
Merge branch 'master' into graphql-dataprovider
omeraplak Sep 17, 2021
b6bae16
rename project graphql convert to strapi-graphql
salihozdemir Sep 17, 2021
6238b2a
add nested field interface doc
omeraplak Sep 17, 2021
75f88b1
Merge branch 'graphql-dataprovider' of https://github.com/pankod/refi…
omeraplak Sep 17, 2021
47a117e
add total count test
salihozdemir Sep 17, 2021
abf4dd2
Merge branch 'graphql-dataprovider' of github.com:pankod/refine into …
salihozdemir Sep 17, 2021
301a819
Merge branch 'master' into graphql-dataprovider
omeraplak Sep 17, 2021
db8385c
add nock restore for graphql and strapi-graphql packages
omeraplak Sep 17, 2021
a1ed436
update strapi-graphql jest setup
omeraplak Sep 17, 2021
7c198da
add metaData property for useShow, useSimpleList, and tables
salihozdemir Sep 17, 2021
d59aa4e
rename metadataoptions convert to metadataquery
salihozdemir Sep 17, 2021
4050630
data provider doc params convert to properties
salihozdemir Sep 17, 2021
b042730
Merge branch 'graphql-dataprovider' of github.com:pankod/refine into …
salihozdemir Sep 17, 2021
577b858
delete npm cache for PR
omeraplak Sep 20, 2021
edb5212
lock react-router-dom and sunflower-antd
salihozdemir Sep 20, 2021
60e2605
update test:coverage script
omeraplak Sep 20, 2021
8504e07
version bumps for data providers
omeraplak Sep 20, 2021
b352020
Merge branch 'master' into graphql-dataprovider
omeraplak Sep 20, 2021
898f2c0
version bump 1.0.72
omeraplak Sep 20, 2021
6e9e630
update backend support list
salihozdemir Sep 20, 2021
b4b982e
extend backend logos, add graphql and altogic logo to landing page
salihozdemir Sep 20, 2021
cb348ab
Merge branch 'graphql-dataprovider' of github.com:pankod/refine into …
salihozdemir Sep 20, 2021
278963f
Optimised images with calibre/image-actions
refine-bot Sep 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename project graphql convert to strapi-graphql
  • Loading branch information
salihozdemir committed Sep 17, 2021
commit b6bae1697d3a0f470405ea4d1d769f56fbbc7abe

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@pankod/refine": "../../../packages/core",
"@pankod/refine-graphql": "../../../packages/graphql",
"@pankod/refine-strapi-graphql": "../../../packages/strapi-graphql",
"@types/node": "^12.20.11",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AuthProvider, Refine, Resource } from "@pankod/refine";
import dataProvider from "@pankod/refine-graphql";
import dataProvider from "@pankod/refine-strapi-graphql";
import { GraphQLClient } from "graphql-request";
import "@pankod/refine/dist/styles.min.css";

Expand Down