Node
A node in the diagram
type Node {
manifestId: ID!
name: String!
type: String!
positionX: Int!
positionY: Int!
artifactHandles: [Handle]!
connectionHandles: [Handle]!
}
Fields
Node.manifestId
● ID!
non-null scalar
ID of the manifest
Node.name
● String!
non-null scalar
Name of the node
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
Node.artifactHandles
● [Handle]!
non-null object
Handles for artifact connections
Node.connectionHandles
● [Handle]!
non-null object
Handles for resource connections
Returned By
nodeCreated
subscription ● nodes
query ● nodeUpdated
subscription