From a1a53a80391611cf49dd4856cd1073c663c59724 Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Wed, 11 Oct 2023 15:01:17 +0200 Subject: [PATCH] Removing redundant link --- modules/ROOT/pages/schema-configuration/index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ROOT/pages/schema-configuration/index.adoc b/modules/ROOT/pages/schema-configuration/index.adoc index 05212782..f44b8f6b 100644 --- a/modules/ROOT/pages/schema-configuration/index.adoc +++ b/modules/ROOT/pages/schema-configuration/index.adoc @@ -10,7 +10,6 @@ However, in some cases, it may be advisable to reduce the scope of the API produ This section provides information on how to limit access to unwanted operations and reduce the size of the schema which can improve the performance: -- xref::schema-configuration/index.adoc[Schema configuration] - How to restrict access to certain types or fields. - xref::schema-configuration/field-configuration.adoc[Field configuration] - How to remove fields from a GraphQL Object Type or a GraphQL Input Object Type. - xref::schema-configuration/global-configuration.adoc[Global configuration] - How to globally disable specific types of operation. - xref::schema-configuration/type-configuration.adoc[Type configuration] - How to set up `Query`, `Mutation`, and `Subscription` types. \ No newline at end of file