Versions in this module Expand all Collapse all v0 v0.3.1 Dec 8, 2025 Changes in this version + func GetTestPostgresPool(ctx context.Context) (*pgxpool.Pool, func(), error) + type GraphQLError struct + Message string + Path []any + type GraphQLRequest struct + OperationName string + Query string + Variables map[string]any + type GraphQLResponse struct + Data json.RawMessage + Errors []GraphQLError + type TestClient struct + func NewTestClient(t *testing.T, h *handler.Server) *TestClient + func (c *TestClient) MustQuery(query string, variables map[string]any, dest any) + func (c *TestClient) Query(query string, variables map[string]any) *GraphQLResponse