graph

package
v0.0.0-...-baa1f0e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrpcClient

type GrpcClient interface {
	Request(query proto.Message) (interface{}, error)
}

type GrpcClients

type GrpcClients struct {
	Clients map[string]GrpcClient
	// contains filtered or unexported fields
}

func (*GrpcClients) Request

func (s *GrpcClients) Request(endpoint string, apiType nexus.GraphQlApiType, query proto.Message) (interface{}, error)

type NexusQueryClient

type NexusQueryClient struct {
	graphql.ServerClient
}

func (*NexusQueryClient) Request

func (c *NexusQueryClient) Request(query proto.Message) (interface{}, error)

type QmClient

type QmClient struct {
	qm.ServerClient
}

func (*QmClient) Request

func (c *QmClient) Request(query proto.Message) (interface{}, error)

type Resolver

type Resolver struct{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL