# import "./transitive_bad_import.fragment.graphql" query($slug: String!) { post(slug: $slug) { title content author { ...AuthorF } } }