Files
spring-graphql/spring-graphql-docs/modules/ROOT/nav.adoc
Brian Clozel c1ed773cc7 Document minimum standalone setup for GraphQL support
Most Spring for GraphQL applications use Spring Boot as a way to
auto-configure the required infrastructure for running GraphQL
applications.

This commit documents a minimal setup for Spring applications not
relying on Spring Boot. This assumes an existing infrastructure for a
Spring MVC application.

Closes gh-606
2024-07-12 16:06:48 +02:00

17 lines
403 B
Plaintext

* xref:index.adoc[Overview]
* xref:transports.adoc[]
* xref:request-execution.adoc[]
* xref:data.adoc[]
* xref:controllers.adoc[]
* xref:security.adoc[]
* xref:observability.adoc[]
* xref:graalvm-native.adoc[]
* xref:federation.adoc[]
* xref:client.adoc[]
* xref:codegen.adoc[]
* xref:graphiql.adoc[]
* xref:testing.adoc[]
* xref:boot-starter.adoc[]
* xref:standalone-setup.adoc[]
* xref:samples.adoc[]