Versions in this module Expand all Collapse all v0 v0.8.6 Nov 29, 2021 v0.8.5 Nov 29, 2021 Changes in this version + func NewQueryer(pm generator.Registry, caller Caller) graphql.Queryer + func NewReflectCaller(endpoints []string) (*caller, []*desc.FileDescriptor, []string, error) + type Caller interface + Call func(ctx context.Context, svc *desc.ServiceDescriptor, rpc *desc.MethodDescriptor, ...) (proto.Message, error) + type QueryerLogger struct + Next graphql.Queryer + func (q QueryerLogger) Query(ctx context.Context, input *graphql.QueryInput, i interface{}) (err error)