package
0.17.66
Repository: https://github.com/99designs/gqlgen.git
Documentation: pkg.go.dev

# Functions

CompleteConfig fills in the schema and other values to a config loaded from YAML.
DefaultConfig creates a copy of the default config.
LoadConfig reads the gqlgen.yml config file.
LoadConfigFromDefaultLocations looks for a config file in the current directory, and all parent directories walking up the tree.
LoadDefaultConfig loads the default config so that it is ready to be used.

# Variables

Write generated code to a directory, generating one Go source file for each GraphQL schema file.
Write all generated code to a single file.

# Structs

Binder connects graphql types to golang types using static analysis.
GoInitialismsConfig allows to modify the default behavior of naming Go methods, types and properties.
TypeReference is used by args and field types.

# Type aliases