import { gql } from '@urql/core' export default gql` query ShoutsFollowedQuery($limit: Int!, $offset: Int!) { load_shouts_followed(limit: Int, offset: Int) { title subtitle layout slug cover main_topic topics { title body slug stat { shouts authors followers } } authors { id name slug pic } created_at published_at featured_at stat { viewed rating } } } `