query Tags ($path: String!) { tag: ghostTag (path: $path) { title: name belongsTo { edges { node { ...on GhostPost { title description: excerpt date: published_at (format: "D. MMMM YYYY") path slug id coverImage: feature_image authors { name url slug image: profile_image } tags { name } } } } } } }