Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xolvio/contentful-apollo-federation
Package for enabling the Contentful GraphQL API for Apollo Federation
https://github.com/xolvio/contentful-apollo-federation
apollo apollo-federation apollo-federation-2 apollo-server contentful contentful-api graphql
Last synced: 9 days ago
JSON representation
Package for enabling the Contentful GraphQL API for Apollo Federation
- Host: GitHub
- URL: https://github.com/xolvio/contentful-apollo-federation
- Owner: xolvio
- License: mit
- Created: 2022-02-14T22:52:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T05:37:02.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T12:53:47.488Z (10 months ago)
- Topics: apollo, apollo-federation, apollo-federation-2, apollo-server, contentful, contentful-api, graphql
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contentful-apollo-federation
A NPM packages which provides a function to create an Apollo Server with Apollo Federation support with the schema based
on the Contentful GraphQL schema and the data coming primarily from Contentful.## Features
* Enabling the Contentful GraphQL API for Apollo Federation
* Automatically adds key directives to the content model types
* Extension points
* Allows to modify the Contentful GraphQL schema
* Extensions to Contentful GraphQL types are possible
* Delivers content from the Contentful GraphQL API out of the box## Example
[Example](https://github.com/xolvio/contentful-apollo-federation-example)