diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..ac1d08f Binary files /dev/null and b/.DS_Store differ diff --git a/graph/schema.resolvers.go b/graph/schema.resolvers.go index a2c030a..1689878 100644 --- a/graph/schema.resolvers.go +++ b/graph/schema.resolvers.go @@ -11,12 +11,6 @@ import ( "github.com/talksik/graphql-golang/graph/model" ) -// !!! WARNING !!! -// The code below was going to be deleted when updating resolvers. It has been copied here so you have -// one last chance to move it out of harms way if you want. There are two reasons this happens: -// - When renaming or deleting a resolver the old code will be put in here. You can safely delete -// it when you're done. -// - You have helper methods in this file. Move them out to keep these resolver files clean. var todos = []*model.Todo{ { ID: "1",