Skip to content

kk-no/gql-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL-TODO

inithialize

$ go mod init github.com/[username]/[repogitory]
$ go get github.com/99designs/gqlgen $ go run github.com/99designs/gqlgen init

GqlGen Official

run

$ make run $ make test

memo

mutation createTodo {
  createTodo(input:{text:"add user", userId: "test1"}) {
    user {
      id
      name
    }a
    text
    done
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages