Documentation ¶
Overview ¶
TODO:
- explain why I use .graphql files to define the schema
- explain why we embed the .graphql files in the binary.
- explain why this file is necessary and how the method is used.
Use `go generate` to pack all *.graphql files under this directory (and sub-directories) into a binary format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func String ¶
func String() string
String reads the .graphql schema files from the generated _bindata.go file, concatenating the files together into one string.
If this method complains about not finding functions AssetNames() or MustAsset(), run `go generate` against this package to generate the functions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.