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

Method Character

_examples/graphql/schema-first/graph/generated.go:68–68  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

66}
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

Callers 2

ComplexityMethod · 0.65
_Query_characterMethod · 0.65

Implementers 1

queryResolver_examples/graphql/schema-first/graph/s

Calls

no outgoing calls

Tested by

no test coverage detected