Skip to main content

GmEdge

A directed relationship edge between two containers.

type GmEdge {
edgeId: String!
fromContainerId: String!
toContainerId: String!
relationshipType: String!
weight: Float
}

Fields

GmEdge.edgeId ● String! non-null scalar

Unique edge id (UUID).

GmEdge.fromContainerId ● String! non-null scalar

Source container id.

GmEdge.toContainerId ● String! non-null scalar

Target container id.

GmEdge.relationshipType ● String! non-null scalar

The relationship type label.

GmEdge.weight ● Float scalar

Optional edge weight.

Returned By

gameModelAddEdge mutation

Member Of

GmTraverseResult object