Tag: tags

  • Contentful fetch all tags with the GraphQL API

    Contentful fetch all tags with the GraphQL API

    2 Currently I’m trying to work with the Contentful GraphQL API, although I can’t seem to find the option to fetch all tags at once. In the docs I find this article (https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/content-tags/tag-collection/get-all-tags/console/js) suggesting there is an option to do this. Unfortunately this only seems to apply for the REST API and not for the…