Node
An infrastructure component in the diagram
type Node {
manifestId: ID!
name: String!
type: String!
positionX: Int!
positionY: Int!
}
Fields
Node.manifestId ● ID! non-null scalar
ID of the manifest
Node.name ● String! non-null scalar
Manifest Name
Node.type ● String! non-null scalar
Type of the node (organization/bundle)
Node.positionX ● Int! non-null scalar
X coordinate position in the diagram
Node.positionY ● Int! non-null scalar
Y coordinate position in the diagram
Returned By
nodeCreated subscription ● nodes query ● nodeUpdated subscription