From 7d06073ce6c1e6ff6be621e2d244aaf2f8f32b50 Mon Sep 17 00:00:00 2001 From: Simone Conte Date: Wed, 27 Nov 2024 14:54:15 +0000 Subject: [PATCH] Remove duplicated wording in federation.adoc --- spring-graphql-docs/modules/ROOT/pages/federation.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-graphql-docs/modules/ROOT/pages/federation.adoc b/spring-graphql-docs/modules/ROOT/pages/federation.adoc index f64bc373a..3bd8e5f80 100644 --- a/spring-graphql-docs/modules/ROOT/pages/federation.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/federation.adoc @@ -56,8 +56,6 @@ An `@EntityMapping` method can load federated type instances in response to an https://www.apollographql.com/docs/federation/subgraph-spec/#understanding-query_entities[_entities query] from the federation gateway. For example: -For example: - [source,java,indent=0,subs="verbatim,quotes"] ---- @Controller