MCPcopy Create free account
hub / github.com/kataras/iris / Characters

Method Characters

_examples/graphql/schema-first/graph/generated.go:69–69  ·  view source on GitHub ↗
(ctx context.Context, cliqueType model.CliqueType)

Source from the content-addressed store, hash-verified

67type QueryResolver interface {
68 Character(ctx context.Context, id string) (*model.Character, error)
69 Characters(ctx context.Context, cliqueType model.CliqueType) ([]*model.Character, error)
70}
71
72type executableSchema struct {

Callers 2

ComplexityMethod · 0.65
_Query_charactersMethod · 0.65

Implementers 1

queryResolver_examples/graphql/schema-first/graph/s

Calls

no outgoing calls

Tested by

no test coverage detected