Strise Connect API Docs
TypesObjects

ShareholderGraphWarning

A warning about a potential completeness or data-quality issue in a shareholder graph.

type ShareholderGraphWarning {
  kind: ShareholderGraphWarningKind!
  explanation: String!
}

Fields

kind ShareholderGraphWarningKind! non-null enum

ShareholderGraphWarningKind! A machine-readable code identifying the kind of warning.

explanation String! non-null scalar

String! A human-readable explanation of what the warning means.

Member Of

ShareholderGraph object

On this page