federation-hotchocolate icon indicating copy to clipboard operation
federation-hotchocolate copied to clipboard

HotChocolate support for Apollo Federation

Results 16 federation-hotchocolate issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dotnet-sdk](https://togithub.com/dotnet/sdk) | dotnet-sdk | major | `6.0.417` -> `8.0.300` | |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | `17.8.0`...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [HotChocolate](https://chillicream.com/) ([source](https://togithub.com/ChilliCream/graphql-platform)) | `13.6.1` -> `13.9.4` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-drafter/release-drafter](https://togithub.com/release-drafter/release-drafter) | action | major | `v5` -> `v6` | ---...

Argument parser currently is only able to map scalar values. Attempting to use an object as an argument in `[EntityResolver]` leads to runtime errors. ```csharp [Key("bar { baz }")] public...

bug

I have an interface type in Graph 1 and an interfaceObject in Graph 2 matching each other (let's say interface A). When a query initiated from graph 2 referencing object...

Adding ``HotChocolate.AspNetCore.Authorization`` to the schema removes the ``@link`` directive from the schema. **How to reproduce** 1. create a graphql schema with federation support ```csharp using ApolloGraphQL.HotChocolate.Federation; var builder = WebApplication.CreateBuilder(args);...

While most federated schemas will contain some entities, it is perfectly valid to have a subgraph without any entities. We need to relax the existing constraint to allow using subgraphs...

bug

Due to a breaking change to the public API, we cannot support newer versions of `HotChocolate` until their replacement API (currently work in progress) is complete.