query ProjectE2E($representations: [_Any!]!) {
	_entities(representations: $representations) {
		... on Project {
			labelParticipant {
				id
				name
				label {
					vendorId
					subaccountId
				}
				uuid
			}
			projectId
		}
	}
}
