Categorygithub.com/seerx/goql
modulepackage
0.0.0-20191223014748-c467e97456c9
Repository: https://github.com/seerx/goql.git
Documentation: pkg.go.dev

# README

goql

Make easy to write graphql api with graphql-go
简化 graphql-go 开发步骤,增强部分功能,让开发人员可以把精力集中到业务中,而不是如何去配置 graphql-go 。
使用方法参见 examples,有例程有说明。

usage

require (
	github.com/seerx/goql latest
)

exapmles

  1. Hello graphql
  2. 提交参数及返回数据
  3. API 及参数的说明信息
  4. API 分组
  5. 自动注入及辅助能力
  6. 得到 http.Request
  7. 参数验证
  8. 用户认证
  9. 和 httprouter 一起工作

# Packages

No description provided by the author
No description provided by the author

# Functions

Configure 配置 GQL 基础信息.
No description provided by the author
No description provided by the author
No description provided by the author
NewGQL.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GQL gql 信息.
SilentLogger 静默日志.

# Type aliases

InjectTemplate 注入函数模板.