which provides a common interface between the client and the server for data fetching and manipulations. The client asks for various data from the GraphQL server via queries.
fragment on Post { id title tagline votes_count } `, }, }); Apollo fragment PostItem on Post { id title headline slug votesCount commentsCount imageUrl topics { slug name } }