diff --git a/src/app/conf/2025/components/testimonials/index.tsx b/src/app/conf/2025/components/testimonials/index.tsx index 1c2bf019e0..f34c4b8690 100644 --- a/src/app/conf/2025/components/testimonials/index.tsx +++ b/src/app/conf/2025/components/testimonials/index.tsx @@ -113,9 +113,9 @@ export function TestimonialAuthor({ alt={author.name} width={128} height={128} - className="size-16 saturate-0 xl:size-32" + className="size-16 saturate-[.1] xl:size-32" /> -
+- GraphQL creates a uniform API across your entire application without - being limited by a specific storage engine. Write GraphQL APIs that - leverage your existing data and code with GraphQL engines available - in many languages. You provide functions for each field in the type - system, and GraphQL calls them with optimal concurrency. -
-+ GraphQL is community-driven, backed by thousands of developers and + companies worldwide. Become part of a network shaping the future of + API development. +
+- GraphQL queries access not just the properties of one resource but - also smoothly follow references between them. While typical REST APIs - require loading from multiple URLs, GraphQL APIs get all the data your - app needs in a single request. Apps using GraphQL can be quick even on - slow mobile network connections. -
-