Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 660 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 660 Bytes

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