Package org.springframework.boot.autoconfigure.graphql.data
package org.springframework.boot.autoconfigure.graphql.data
Auto-configuration classes for data integrations with GraphQL.
-
ClassDescription
Auto-configuration
that creates aGraphQlSourceBuilderCustomizer
s to detect Spring Data repositories with Query By Example support and register them asDataFetcher
s for any queries with a matching return type.Auto-configuration
that creates aGraphQlSourceBuilderCustomizer
s to detect Spring Data repositories with Querydsl support and register them asDataFetcher
s for any queries with a matching return type.Auto-configuration
that creates aGraphQlSourceBuilderCustomizer
s to detect Spring Data repositories with Query By Example support and register them asDataFetcher
s for any queries with a matching return type.Auto-configuration
that creates aGraphQlSourceBuilderCustomizer
s to detect Spring Data repositories with Querydsl support and register them asDataFetcher
s for any queries with a matching return type.