Strise Connect API Docs
TypesObjects

CourtCase

No description

type CourtCase {
  kind: DomstolKind!
  role: CourtCaseRole!
  title: String
  url: String
  validFrom: DateTime
}

Fields

kind DomstolKind! non-null enum

DomstolKind!

role CourtCaseRole! non-null enum

CourtCaseRole!

title String scalar

String

url String scalar

String

validFrom DateTime scalar

DateTime Scheduled court date for the case, when known (Granite validFrom).

Member Of

CompanyInformationData object

On this page