You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Catalog-API is a GraphQL-API for apps and frontends to query contents from the backend.

The entrypoint for all Catalog-API related data is the catalog field. 

Contents (Issues and Posts)

The contentConnection can be used to query issues and posts of an app. The results can be filtered and sorted using the filter and sort arguments.

It also supports paging using the GraphQL Cursor Connections Specification (arguments first and after).

Publications

The publicationsConnection can be used to query the publications of an app. The results can be filtered and sorted using the filter and sort arguments.

It also supports paging using the GraphQL Cursor Connections Specification (arguments first and after).

Taxonomies

The taxonomiesConnection can be used to query the taxonomies, e.g. tags and categories, of an app. The results can be filtered using the filter argument.

It also supports paging using the GraphQL Cursor Connections Specification (arguments first and after).

  • No labels