Versions in this module Expand all Collapse all v0 v0.0.2 Sep 9, 2024 Changes in this version + type MockResponse struct + Name string + func (mr *MockResponse) MarshalGQL(w io.Writer) + func (mr *MockResponse) UnmarshalGQL(v any) error + type TestExecutor struct + func New() *TestExecutor + func NewError() *TestExecutor + func (e *TestExecutor) Schema() graphql.ExecutableSchema + func (e *TestExecutor) SendNextSubscriptionMessage() + func (e *TestExecutor) SetCalculatedComplexity(complexity int)