Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)