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