Config
A configuration object
type Config {
type: ConfigType!
name: String!
config: JSON!
}
Fields
Config.type ● ConfigType! non-null enum
The type of config
Config.name ● String! non-null scalar
The name of the config
Config.config ● JSON! non-null scalar
The configuration data
Returned By
config query