LinkContext
Context information for a link
type LinkContext {
id: ID!
environmentId: ID!
isConnection: Boolean
}
Fields
LinkContext.id
● ID!
non-null scalar
ID of the link
LinkContext.environmentId
● ID!
non-null scalar
ID of the environment
LinkContext.isConnection
● Boolean
scalar
Whether this is a connection
Returned By
linkContextCreated
subscription ● linkContextDeleted
subscription ● linkContexts
query ● linkContextUpdated
subscription