Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FieldConfig ¶
type QueryConfig ¶
type QueryConfig struct {
Name string `json:"name"`
Fields []FieldConfig `json:"fields"`
}
type Resolver ¶
type SchemaConfig ¶
type SchemaConfig struct {
Types []TypeConfig `json:"types"`
Query QueryConfig `json:"query"`
}
type TypeConfig ¶
type TypeConfig struct {
Name string `json:"name"`
Fields []FieldConfig `json:"fields"`
}
Click to show internal directories.
Click to hide internal directories.