Files
spring-boot/spring-boot-project/spring-boot-autoconfigure/src/test/resources
Brian Clozel 7109542e3f Configure support for GraphQL pagination and sorting
This commit auto-configures the new pagination and sorting support for
Spring for GraphQL, if Spring Data is available.
The `GraphQlAutoConfiguration` now contributes a `CursorStrategy` bean
that is used to set up the pagination and sorting data fetching
infrastructure.

This commit also configures by default a
`ConnectionTypeDefinitionConfigurer` that automatically detects
`*Connection` types and contributes the relevant schema definitions
according to the Relay spec.

See gh-34677
2023-03-23 13:40:24 +00:00
..
2022-07-12 09:36:34 +01:00
2019-08-01 12:44:18 -07:00
2020-09-10 15:14:55 +02:00
2022-01-18 16:01:29 +00:00
2019-06-04 01:49:03 -07:00
2021-10-28 15:27:49 +02:00
2021-10-28 15:27:49 +02:00
2022-03-19 09:33:47 +01:00
2022-07-27 09:23:05 +02:00
2019-06-04 14:41:20 -07:00
2021-11-11 09:54:50 +00:00
2020-03-17 17:00:09 +01:00