Skip to content

Commit

Permalink
fix function name in comment (#2707)
Browse files Browse the repository at this point in the history
Signed-off-by: cui fliter <imcusg@gmail.com>
  • Loading branch information
cuishuang committed Jul 10, 2023
1 parent 2cfb9f9 commit 6ed9337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/federation/federation.go
Expand Up @@ -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)
Expand Down

0 comments on commit 6ed9337

Please sign in to comment.