Data persistence is being moved to Contentful. We will need to update the app to use the new API.
The GraphQL endpoint is: https://graphql.contentful.com/content/v1/spaces/{space_id}
The space's ID will be in the CONTENTFUL_SPACE_ID environment variable.
There are two API bearer tokens:
CONTENTFUL_PREVIEW_ACCESS_TOKEN_GRAPHQL for preview data
CONTENTFUL_ACCESS_TOKEN_GRAPHQL for production data
The data model is under review and subject to change until #155 is completed.