Versions in this module Expand all Collapse all v0 v0.17.20 Nov 10, 2022 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)