package
0.14.1
Repository: https://github.com/swiftcarrot/gqlgen.git
Documentation: pkg.go.dev

# Functions

Lets redefine the base ID type to use an id from an external library.
No description provided by the author
if the type referenced in .gqlgen.yml is a function that returns a marshaller we can use it to encode and decode onto any existing go type.
No description provided by the author
And the same for the unmarshaler.
No description provided by the author
Unmarshal{Typename} is only required if the scalar appears as an input.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Point is serialized as a simple array, eg [1, 2].
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
A custom enum that uses integers to represent the values in memory but serialize as string for graphql.