newStorePage #
newStorePage(params: NewStorePageParams) StorePage
Example #
mutation newStorePage($params: NewStorePageParams!){
newStorePage(params: $params) {
id
title
slug
content
isPublished
views
createdAt
updatedAt
}
}