package
Version:
v0.11.2
Opens a new window with list of versions in this module.
Published: Mar 4, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Path string `conf:"default:./schema.graphql" yaml:"path"`
AutoReload struct {
Enabled bool `conf:"default:true" yaml:"enabled"`
Interval time.Duration `conf:"default:30s" yaml:"interval"`
} `yaml:"auto_reload"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.