CategoryActionsData
No description
type CategoryActionsData {
message: String!
success: Boolean!
productId: Int
clusterId: Int
}
Fields
CategoryActionsData.message
● String!
non-null scalar
Output message response [INFO/WARNING/ERROR]
CategoryActionsData.success
● Boolean!
non-null scalar
Success status
CategoryActionsData.productId
● Int
scalar
Product ID the action was performed to
CategoryActionsData.clusterId
● Int
scalar
Cluster ID the action was performed to
Member Of
CategoryActionsResponse
object