webql/compiler/reference
Copy MarkdownTypes
Document
pub type Document {
Document(Int)
}A stable document reference.
Document(Int)Edge
pub type Edge {
Edge(Int)
}A stable edge reference.
Edge(Int)Input
pub type Input {
Input(Int)
}A stable edge input endpoint reference.
Input(Int)Node
pub type Node {
Node(Int)
}A stable node declaration reference.
Node(Int)Operation
pub type Operation {
Operation(Int)
}A stable schema operation reference.
Operation(Int)Output
pub type Output {
Output(Int)
}A stable edge output endpoint reference.
Output(Int)Parameter
pub type Parameter {
Parameter(Int)
}A stable graph parameter declaration reference.
Parameter(Int)Port
pub type Port {
Port(Int)
}A stable port reference.
Port(Int)Return
pub type Return {
Return(Int)
}A stable graph return declaration reference.
Return(Int)Supernode
pub type Supernode {
Supernode(Int)
}A stable supernode declaration reference.
Supernode(Int)