type LabelId {
	"""
	This field should be 0 for a Vendor.
	"""
	subaccountId: Int!
	vendorId: Int!
}
