# OrderRiskAssessmentFactInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create a fact on an order risk assessment. ### Access Scopes ## Fields * [description](/docs/api/admin-graphql/2024-10/scalars/String): String! - A description of the fact. Large values are truncated to 256 characters. * [sentiment](/docs/api/admin-graphql/2024-10/enums/RiskFactSentiment): RiskFactSentiment! - Indicates whether the fact is a negative, neutral or positive contributor with regards to risk. ## Input objects with this input object * [OrderRiskAssessmentCreateInput](/docs/api/admin-graphql/2024-10/input-objects/OrderRiskAssessmentCreateInput) ## Examples