Versions in this module Expand all Collapse all v0 v0.8.1 Dec 9, 2024 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