blogPost #
blogPost(id: String) PBlogPost
Example #
query blogPost($id: String!){
blogPost(id: $id) {
id
title
slug
bannerImage
bannerImageFull
content
tags
isPublished
isFeatured
views
favourites
comments {
id
content
customer {
email
phone
firstName
lastName
profilePicture
profilePictureFull
}
createdAt
updatedAt
}
createdAt
updatedAt
}
}