Documentation
¶
Overview ¶
Package graphql implements JSON marshaling and unmarshaling of graph as used by GraphQL
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LabelSetter ¶
type LabelSetter interface {
SetLabel(string)
}
LabelSetter is a graph edge that can set its label.
type StringIDSetter ¶
StringIDSetter is a graph node that can set its ID based on the given uid string.
Click to show internal directories.
Click to hide internal directories.