# import "./author.fragment.graphql"

query($slug: String!) {
  post(slug: $slug) {
    title
    content
  }
}