This package has been deprecated

Author message:

Package no longer supported. List of supported data providers: https://refine.dev/docs/guides-concepts/data-fetching/#supported-data-providers

@refinedev/strapi-graphql
TypeScript icon, indicating that this package has built-in type declarations

6.0.5 • Public • Published


refine is an open-source, headless React framework for developers building enterprise internal tools, admin panels, dashboards, B2B applications.

It eliminates repetitive tasks in CRUD operations and provides industry-standard solutions for critical project components like authentication, access control, routing, networking, state management, and i18n.

Strapi GraphQL integration for refine

Strapi is a headless CMS used to develop websites, mobile applications, eCommerce sites, and APIs.

refine is headless by design, offering unlimited styling and customization options. Moreover, refine ships with ready-made integrations for Ant Design, Material UI, Mantine, and Chakra UI for convenience.

refine has connectors for 15+ backend services, including REST API, GraphQL, and popular services like Airtable, Strapi, Supabase, Firebase, and NestJS.

Installation & Usage

npm install @refinedev/strapi-graphql
import dataProvider, { GraphQLClient } from "@refinedev/strapi-graphql";

const client = new GraphQLClient("API_URL");

const App = () => {
  return (
    <Refine
      dataProvider={dataProvider(client)}
      /* ... */
    >
      {/* ... */}
    </Refine>
  );
};

Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @refinedev/strapi-graphql

Weekly Downloads

759

Version

6.0.5

License

MIT

Unpacked Size

138 kB

Total Files

15

Last publish

Collaborators

  • alicanerdurmaz
  • aliemirsen
  • omerfarukaplak
  • pankodbot
  • willico