| 644 | } |
| 645 | |
| 646 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected