Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TodoList []Todo
View Source
var TodoSchema, _ = graphql.NewSchema(graphql.SchemaConfig{
Query: rootQuery,
Mutation: rootMutation,
})
define schema, with our rootQuery and rootMutation
Functions ¶
func RandStringRunes ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.