Greg Wardwell
Greg Wardwell
**Please describe what the rule should do:** This rule should enforce including the `required` property, whether true or false, when defining a Vue Component prop as an object. **What category...
**Bug 🐞** ### What is the current behavior? TL;DR: Algolia SSR setup results in duplicate queries, one on the server side and another on the client side. When Algolia data...
## Description When the same subgraph has a `@shareable` value type that is then extended, Rover does not compile the type in an expected way. ## Expected behavior When I...
# Description This feature request is similar to issue #2747. I would like to be able to mark `@tag` directive applications as deprecated. Consider this schema example: ```graphql // Oops!...
# Current State GraphQL schema updates should be as self-service as possible to reduce bottlenecks for change. In addition to adding new schema, _schema must be replaced/removed over time_. The...
## Describe the bug `apollographql.templatizeExtraLabels` does not properly translate string values to strings when creating labels if they would otherwise be another scalar type. For example, adding: ``` router: extraLabels:...
This PR adds new packages to the Apollo Client repo for AI Mocking. - `@apollo/client-ai` — This package provides tooling to mock API responses using AI - `@apollo/client-ai-vercel-adapter` — This...