From 5faf3a2bdf592c8445655b915c56e2762e305dc8 Mon Sep 17 00:00:00 2001 From: Grace Noah Date: Wed, 14 Nov 2018 17:26:32 +0000 Subject: [PATCH] re-generate --- codegen/testserver/generated.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codegen/testserver/generated.go b/codegen/testserver/generated.go index 64b490a25e..8f9c7966b2 100644 --- a/codegen/testserver/generated.go +++ b/codegen/testserver/generated.go @@ -1524,7 +1524,7 @@ func (ec *executionContext) _ModelMethods(ctx context.Context, sel ast.Selection // nolint: vetshadow func (ec *executionContext) _ModelMethods_resolverField(ctx context.Context, field graphql.CollectedField, obj *ModelMethods) graphql.Marshaler { ctx = ec.Tracer.StartFieldExecution(ctx, field) - defer ec.Tracer.EndFieldExecution(ctx) + defer func() { ec.Tracer.EndFieldExecution(ctx) }() rctx := &graphql.ResolverContext{ Object: "ModelMethods", Args: nil, @@ -1551,7 +1551,7 @@ func (ec *executionContext) _ModelMethods_resolverField(ctx context.Context, fie // nolint: vetshadow func (ec *executionContext) _ModelMethods_noContext(ctx context.Context, field graphql.CollectedField, obj *ModelMethods) graphql.Marshaler { ctx = ec.Tracer.StartFieldExecution(ctx, field) - defer ec.Tracer.EndFieldExecution(ctx) + defer func() { ec.Tracer.EndFieldExecution(ctx) }() rctx := &graphql.ResolverContext{ Object: "ModelMethods", Args: nil, @@ -1578,7 +1578,7 @@ func (ec *executionContext) _ModelMethods_noContext(ctx context.Context, field g // nolint: vetshadow func (ec *executionContext) _ModelMethods_withContext(ctx context.Context, field graphql.CollectedField, obj *ModelMethods) graphql.Marshaler { ctx = ec.Tracer.StartFieldExecution(ctx, field) - defer ec.Tracer.EndFieldExecution(ctx) + defer func() { ec.Tracer.EndFieldExecution(ctx) }() rctx := &graphql.ResolverContext{ Object: "ModelMethods", Args: nil, @@ -2168,7 +2168,7 @@ func (ec *executionContext) _Query_errorBubble(ctx context.Context, field graphq // nolint: vetshadow func (ec *executionContext) _Query_modelMethods(ctx context.Context, field graphql.CollectedField) graphql.Marshaler { ctx = ec.Tracer.StartFieldExecution(ctx, field) - defer ec.Tracer.EndFieldExecution(ctx) + defer func() { ec.Tracer.EndFieldExecution(ctx) }() rctx := &graphql.ResolverContext{ Object: "Query", Args: nil,