Update Store by Secret

updateStoreBySecret #

updateStoreBySecret(params: UpdateStoreParams) Boolean

Example #

mutation updateStoreBySecret($params: UpdateStoreParams!){
  updateStoreBySecret(params: $params) 
}

Try It Now