Infer the applicable compliance questionnaire for a set of items and open a session whose lines are pre-answered from inference (CLE2-64). Applicable programs are resolved per item (HS-driven); answers whose question effectKey matches an inferred fact are written with INFERRED provenance + confidence. Lines are NOT auto-finalized — fully-answered lines await questionnaireSessionAttest. Supersedes the deprecated complianceInferAndPrefill (identical behavior, clearer name).
Mutation.
complianceQuestionnaireInfer
Infer the applicable compliance questionnaire for a set of items and open a session whose lines are pre-answered from inference (CLE2-64). Applicable programs are resolved per item (HS-driven); answers whose question effectKey matches an inferred fact are written with INFERRED provenance + confidence. Lines are NOT auto-finalized — fully-answered lines await questionnaireSessionAttest. Supersedes the deprecated complianceInferAndPrefill (identical behavior, clearer name).
Arguments
input
ComplianceQuestionnaireInferInput!
Required
Returns:
ComplianceQuestionnaireInferResult!
type Mutation { complianceQuestionnaireInfer(input: ComplianceQuestionnaireInferInput!): ComplianceQuestionnaireInferResult! }