newStoreBanner #
newStoreBanner(params: NewStoreBanner) StoreBanner
Example #
mutation newStoreBanner($params: NewStoreBanner!){
newStoreBanner(params: $params) {
id
imagePath
imageUrl
title
description
btnValue
btnUrl
tag
isPublished
position
}
}