import { gql } from '@urql/core' export default gql` query TopicsByAuthorQuery($slug: String!) { topicsByAuthor(author: $slug) { title body slug pic # community stat { _id: shouts shouts authors followers } } } `