MCPcopy
hub / github.com/dosco/graphjin / Error

Struct Error

core/api.go:646–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646type Error struct {
647 Message string `json:"message"`
648 Extensions map[string]any `json:"extensions,omitempty"`
649}
650
651// Result struct contains the output of the GraphQL function this includes resulting json from the
652// database query and any error information

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected