Versions in this module Expand all Collapse all v0 v0.0.2 Apr 21, 2020 v0.0.1 Apr 21, 2020 Changes in this version + type CreateTodoInput struct + Text string + UserID string + type CreateTodoPayload struct + Todo *Todo + type Node interface + IsNode func() + type Todo struct + Done bool + ID string + Text string + User *User + func (Todo) IsNode() + type User struct + ID string + Name string + func (User) IsNode()