package
Version:
v0.0.10
Opens a new window with list of versions in this module.
Published: Apr 1, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Message string `json:"message"`
}
type Request struct {
Query string `json:"query"`
Variables map[string]interface{} `json:"variables,omitempty"`
}
type Response[T any] struct {
Data T `json:"data"`
Errors []Error `json:"errors,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.