Skip to content

Commit

Permalink
rename project graphql convert to strapi-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
salihozdemir committed Sep 17, 2021
1 parent 5a744fd commit b6bae16
Show file tree
Hide file tree
Showing 19 changed files with 7,211 additions and 1,681 deletions.
File renamed without changes.

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
File renamed without changes.
File renamed without changes.

0 comments on commit b6bae16

Please sign in to comment.