OperationResult
That type represents a status of the operation which should return any data.
type OperationResult {
success: Boolean!
message: String
}
Fields
OperationResult.success ● Boolean! non-null scalar
OperationResult.message ● String scalar
Returned By
attachBrandToUser mutation ● deleteBrand mutation ● deleteGenerationResult mutation ● deleteModel mutation ● deleteModelImage mutation ● deleteModels mutation ● deleteProduct mutation ● deleteProductImage mutation ● detachBrandFromUser mutation ● revokeApiKey mutation