caching

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: BSD-2-Clause Imports: 3 Imported by: 2

Documentation

Index

Constants

View Source
const Schema = `` /* 138-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type Resolver

type Resolver struct{}

func (Resolver) Hello

func (r Resolver) Hello(ctx context.Context, args struct{ Name string }) string

func (Resolver) Me

func (r Resolver) Me(ctx context.Context) *UserProfile

type UserProfile

type UserProfile struct {
	// contains filtered or unexported fields
}

func (*UserProfile) Name

func (p *UserProfile) Name() string

Directories

Path Synopsis
Package cache implements caching of GraphQL requests by allowing resolvers to provide hints about their cacheability, which can be used by the transport handlers (e.g.
Package cache implements caching of GraphQL requests by allowing resolvers to provide hints about their cacheability, which can be used by the transport handlers (e.g.

Jump to

Keyboard shortcuts

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