This commit is contained in:
talksik
2023-05-23 17:30:29 -07:00
parent 6d13b37830
commit b251506d0a
2 changed files with 0 additions and 6 deletions
Vendored
BIN
View File
Binary file not shown.
-6
View File
@@ -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",