DeleteBusinessEntityLogo
Delete the logo from a business entity.
type DeleteBusinessEntityLogo {
businessEntity: BusinessEntity
errors: PayloadError
success: Boolean
}
Fields
DeleteBusinessEntityLogo.businessEntity ● BusinessEntity object
DeleteBusinessEntityLogo.errors ● PayloadError object
DeleteBusinessEntityLogo.success ● Boolean scalar
Returned By
deleteBusinessEntityLogo mutation