query Author ($path: String!) { author: ghostAuthor (path: $path) { name image: profile_image bio website 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 } } } } } } }