Store Page by Admin

storePageByAdmin #

storePageByAdmin(id: String) StorePage

Example #

query storePageByAdmin($id: String!){
  storePageByAdmin(id: $id) {
    id
    title
    slug
    content
    isPublished
    views
    createdAt
    updatedAt
  }
}

Try It Now