# import "../../author.fragment.graphql"

query($slug: String!) {
  post(slug: $slug) {
    author { ...AuthorF }
  }
}