NodeContext
Context information for a node
type NodeContext {
manifestId: ID!
packageId: ID!
packageSlug: String!
}
Fields
NodeContext.manifestId
● ID!
non-null scalar
ID of the manifest
NodeContext.packageId
● ID!
non-null scalar
ID of the package
NodeContext.packageSlug
● String!
non-null scalar
Slug of the package
Returned By
nodeContextCreated
subscription ● nodeContextDeleted
subscription ● nodeContexts
query