Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct { Name string `json:"name"` Type Input `json:"type"` About string `json:"description"` Default interface{} `json:"defaultValue"` }
Argument Input of the Field
type Field ¶
type Field struct { // Name of the Field Name string // OPTIONAL. Formal Arguments Args []*Argument // Type of the Field Type Output // OPTIONAL. Nested Fields of the Object Type. Fields }
GraphQL *like Field Descriptor
type FieldQ ¶
type FieldQ struct { // Field Descriptor *Field // Optional. Actual Arguments Args map[string]any // Nested Fields query Fields []*FieldQ }
Field[Q]uery Arguments
Click to show internal directories.
Click to hide internal directories.