Strise Connect API Docs
TypesObjects

ReviewContext

No description

type ReviewContext {
  triggerId: ReviewTriggerId!
  relation: EntityConnection
  explanations: [String!]!
  entity: ReviewEntity!
}

Fields

triggerId ReviewTriggerId! non-null scalar

ReviewTriggerId! Unique identifier for the firing review trigger.

relation EntityConnection object

EntityConnection The related entity that satisfied the trigger. If this is null then the trigger was satisfied by the entity itself.

explanations [String!]! non-null scalar

[String!]! Text describing all of the fulfilled conditions.

entity ReviewEntity! non-null union

ReviewEntity! The reviewed entity.

Member Of

PrivatePersonReviewPayload object ReviewPayload object

On this page