Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// IsDebug represents whether or not the configuration is in debug mode.
IsDebug bool
// GraphqlGoImplementation represents the graphql-go implementation.
GraphqlGoImplementation types.Implementation
// GraphqlJSImplementation represents the graphql-js implementation.
GraphqlJSImplementation types.Implementation
// GraphqlSpecification represents the graphql specification.
GraphqlSpecification types.Specification
// RefImplementation is the default reference implementation.
RefImplementation types.Implementation
// Implementations is the default list of graphql implementations.
Implementations []types.Implementation
// GraphqlSpecificationWithPrefix represents the graphql specification repository link with a prefix.
GraphqlSpecificationWithPrefix string
// AvailableImplementations represents a list of available implementations.
AvailableImplementations []string
}
Config represents a set of configuration values.
Click to show internal directories.
Click to hide internal directories.