From afa44f83773930b8c8b92279db8562bff86a36b5 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 10 Jul 2023 13:20:39 +0800 Subject: [PATCH] fix function name in comment Signed-off-by: cui fliter --- plugin/federation/federation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/federation/federation.go b/plugin/federation/federation.go index 4cc8708d4cc..d0ee8435e11 100644 --- a/plugin/federation/federation.go +++ b/plugin/federation/federation.go @@ -144,7 +144,7 @@ func (f *federation) InjectSourceEarly() *ast.Source { } } -// InjectSources creates a GraphQL Entity type with all +// InjectSourceLate creates a GraphQL Entity type with all // the fields that had the @key directive func (f *federation) InjectSourceLate(schema *ast.Schema) *ast.Source { f.setEntities(schema)