Strise Connect API Docs
TypesObjects

PepRelation

Relation to a PEP.

type PepRelation {
  description: String
  name: String
  birthDate: Date
  roles: [PepRole!]!
  externalUrls: [String!]!
}

Fields

description String scalar

String Description of the relation to the PEP.

name String scalar

String Name of related PEP.

birthDate Date scalar

Date Birth date of related PEP.

roles [PepRole!]! non-null object

[PepRole!]! Roles of related PEP.

externalUrls [String!]! non-null scalar

[String!]! External source urls

Member Of

PepHit object PepInfo object

On this page