6.0.5 • Published 1 year ago

@refinedev/strapi-graphql v6.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Discord Twitter Follow

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

6.0.5

1 year ago

6.0.4

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago