Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Hidden is used to mark a directive as hidden so it will be ignored in documentation Hidden = "hidden" // Skip if true, the decorated field or fragment in an operation is not resolved by the GraphQL server. Skip = "skip" // Include if false, the decorated field or fragment in an operation is not resolved by the GraphQL server. Include = "include" )
Variables ¶
This section is empty.
Functions ¶
func NewHiddenDirective ¶
NewHiddenDirective returns a new hidden directive with the value set TODO (sfunk): this is a custom directive that needs to be implemented before we can use it
func NewIncludeDirective ¶
NewIncludeDirective returns a new include directive with the value set
func NewSkipDirective ¶
NewSkipDirective returns a new skip directive with the value set
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.