File tree 2 files changed +0
-6
lines changed 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ type ExecutionContext struct {
82
82
83
83
func buildExecutionContext (p BuildExecutionCtxParams ) (* ExecutionContext , error ) {
84
84
eCtx := & ExecutionContext {}
85
- // operations := map[string]ast.Definition{}
86
85
var operation * ast.OperationDefinition
87
86
fragments := map [string ]ast.Definition {}
88
87
Original file line number Diff line number Diff line change @@ -497,9 +497,6 @@ func TestUnionIntersectionTypes_AllowsFragmentConditionsToBeAbstractTypes(t *tes
497
497
}
498
498
func TestUnionIntersectionTypes_GetsExecutionInfoInResolver (t * testing.T ) {
499
499
500
- //var encounteredSchema *graphql.Schema
501
- //var encounteredRootValue interface{}
502
-
503
500
var personType2 * graphql.Object
504
501
505
502
namedType2 := graphql .NewInterface (graphql.InterfaceConfig {
@@ -510,8 +507,6 @@ func TestUnionIntersectionTypes_GetsExecutionInfoInResolver(t *testing.T) {
510
507
},
511
508
},
512
509
ResolveType : func (value interface {}, info graphql.ResolveInfo ) * graphql.Object {
513
- //encounteredSchema = &info.Schema
514
- //encounteredRootValue = info.RootValue
515
510
return personType2
516
511
},
517
512
})
You can’t perform that action at this time.
0 commit comments