3.5.1-beta.1 • Published 3 years ago

@gtomato/strapi-plugin-graphql-federation v3.5.1-beta.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 years ago

Strapi GraphQL

This plugin will add GraphQL functionality to your app. By default it will provide you with most of the CRUD methods exposed in the Strapi REST API.

To use this package to replace strapi-plugin-graphql, change the dependencies in package.json

{
  "dependencies": {
    "strapi-plugin-graphql": "npm:@gtomato/strapi-plugin-graphql-federation@^3.5.0"
  }
}

To learn more about GraphQL in Strapi visit documentation