Agent Code
Agent
{
type: "Agent",
id: String!,
name: String!,
classification: String!,
image: String,
primaryLocation: Location,
note: String
}{
type: "Agent",
id: "503",
name: "Maro Horta",
classification: "Person",
image: "https://picsum.photos/200/300"
}AgentRelationship
{
type: 'AgentRelationship',
subject: Agent!,
object: Agent!,
relationship: AgentRelationshipRole!
}{
type: 'AgentRelationship',
subject: Agent!,
object: Agent!,
relationship: AgentRelationshipRole!
}AgentRelationshipRole
Economic Event
Last updated