MyGit

v0.5.0

graphql-go/graphql

版本发布时间: 2017-01-28 08:07:07

graphql-go/graphql最新发布版本:v0.8.1(2023-04-11 02:20:23)

This release brings up graphql-go on par with graphql-js v0.5.0 and fully compliant with April 2016 spec.

Note: This release was retroactively added.


Notable changes:


Changes to public/exported vars / func

Previous New Risk
graphql.NewDirective(*graphql.Directive) graphql.NewDirective(graphql.DirectiveConfig) Low-Medium
graphql.Abstract.ObjectType(interface{}, ResolveInfo) *Object removed Low-Medium
graphql.Union.ObjectType(interface{}, ResolveInfo) *Object removed Low-Medium
graphql.Interface.ObjectType(interface{}, ResolveInfo) *Object removed Low-Medium
graphql.IsTypeOfFn(interface{}, ResolveInfo) graphql.IsTypeOfFn(IsTypeOfParams) High
graphql.ResolveTypeFn(interface{}, ResolveInfo) graphql.ResolveTypeFn(ResolveTypeParams) High
graphql.ResolveParams.Schema removed, already available in graphql.ResolveInfo Low-Medium

相关地址:原始地址 下载(tar) 下载(zip)

查看:2017-01-28发行的版本