I am listing all my posts in my reactjs page with grapql query:
export const FETCH_POSTS_QUERY = gql` { getPosts { id body title cre