Skip to main content

Relationship

No description

type Relationship {
createdAt: ISO8601DateTime!
effectiveFrom: ISO8601DateTime
effectiveTo: ISO8601DateTime
from: Party!
humanized: String!
id: ID!
relationshipType: RelationshipTypesEnum!
to: Party!
updatedAt: ISO8601DateTime!
}

Fields

Relationship.createdAt ● ISO8601DateTime! non-null scalar

Relationship.effectiveFrom ● ISO8601DateTime scalar

Relationship.effectiveTo ● ISO8601DateTime scalar

Relationship.from ● Party! non-null object

Relationship.humanized ● String! non-null scalar

Relationship.id ● ID! non-null scalar

Relationship.relationshipType ● RelationshipTypesEnum! non-null enum

Relationship.to ● Party! non-null object

Relationship.updatedAt ● ISO8601DateTime! non-null scalar

Returned By

addRelationship mutation ● relationships query

Member Of

Company object ● Party object ● Person object