Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecutorAndName ¶ added in v0.5.1
type ExecutorAndName struct { Name string Executor graphql.ExecutorRunner }
func GetExecutors ¶ added in v0.5.1
func GetExecutors() []ExecutorAndName
type ExecutorWrapper ¶ added in v0.5.1
type ExecutorWrapper struct {
// contains filtered or unexported fields
}
func NewExecutorWrapper ¶ added in v0.5.1
func NewExecutorWrapper(t *testing.T) *ExecutorWrapper
func NewExecutorWrapperWithoutExactErrorMatch ¶ added in v0.5.1
func NewExecutorWrapperWithoutExactErrorMatch(t *testing.T) *ExecutorWrapper
type Snapshotter ¶
type Snapshotter struct { *snapshotter.Snapshotter // contains filtered or unexported fields }
func NewSnapshotter ¶
func NewSnapshotter(t *testing.T, schema *graphql.Schema) *Snapshotter
func (*Snapshotter) SnapshotQuery ¶
func (s *Snapshotter) SnapshotQuery(name, query string, opts ...Option)
Click to show internal directories.
Click to hide internal directories.