Documentation
¶
Index ¶
Constants ¶
View Source
const ( Indent = " " Type = "type " Input = "input " Enum = "enum " Open = " {" Close = "}" )
View Source
const ( QueryType = Type + "Query" + Open MutationType = Type + "Mutation" + Open )
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(req *plugin.CodeGeneratorRequest) (*plugin.CodeGeneratorResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.