Skip to content

Package for enabling the Contentful GraphQL API for Apollo Federation

License

Notifications You must be signed in to change notification settings

xolvio/contentful-apollo-federation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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