文件名称:doko-graphql
文件大小:49KB
文件格式:ZIP
更新时间:2024-05-08 08:59:40
Go
doko-graphql 去运行github.com/99designs/gqlgen生成 操场 查询便笺{便笺{名称,步骤{标题,txt,url}}} 变异CreateNote($ newnote:NewNote!){createNote(input:$ newnote)} 变异DeleteNote($ id:Int!){deleteNote(input:$ id)} 查询帖子{帖子{帖子{标题,txt,纬度,经度}}} 变异CreatePosts($ newposts:[InputPost!]!){createPosts(input:$ newposts)} 查询标题{“ authorization”:“ Bearer xxx”} 查询变量{“ newposts”:[{“ title”:“ title1”,“ txt”:“ ola”,“纬度”:1.111111,“经度”:
【文件预览】:
doko-graphql-main
----graph()
--------post.graphqls(343B)
--------generated()
--------note.resolvers.go(2KB)
--------post.resolvers.go(690B)
--------model()
--------resolver.go(233B)
--------note.graphqls(372B)
----Dockerfile(330B)
----.gitignore(278B)
----main.go(2KB)
----README.md(1KB)
----certs()
--------server.key(2KB)
--------server.pem(1KB)
----gqlgen.yml(2KB)
----db()
--------firestore_post.go(1KB)
--------todo_repo.go(790B)
--------repository.go(533B)
--------mysql_post.go(4KB)
--------todo_post.go(1KB)
----Gopkg.toml(49B)
----docker-compose.yml(1KB)
----go.mod(932B)
----dev.env(253B)
----model()
--------post.go(589B)
--------model.go(171B)
--------user.go(131B)
----mysql-dev.env(126B)
----config()
--------config.go(2KB)
----mysql-init()
--------example.sql(678B)
----go.sum(59KB)
----auth()
--------jwt.go(598B)
--------middleware.go(2KB)
--------auth.go(988B)
----logs()
--------logs.go(3KB)