Versions in this module Expand all Collapse all v1 v1.0.1 Feb 1, 2023 Changes in this version + type MockResponse struct + Name string + func (mr *MockResponse) MarshalGQL(w io.Writer) + func (mr *MockResponse) UnmarshalGQL(v interface{}) 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)