query postureComplianceFrameworkList ( $accountId:ID!) {
	posture ( accountId:$accountId ) {
		complianceFrameworkList {
			items
			paging {
				total
			}
		}
	}	
}