Skip to content

Move from Google Sheets to Contentful's GraphQL API #156

@shenanigansd

Description

@shenanigansd

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Ready for Development: To-Do

Relationships

None yet

Development

No branches or pull requests

Issue actions