Versions in this module Expand all Collapse all v0 v0.1.1 Aug 23, 2022 v0.1.0 Aug 23, 2022 Changes in this version + var TodoList []Todo + var TodoSchema = graphql.NewSchema(graphql.SchemaConfig{ ... }) + func RandStringRunes(n int) string + type Todo struct + Done bool + ID string + Text string