Robér Hinz
Robér Hinz
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);...
## Context When executing any graphql operation of the [GrapOS Platform API](https://studio.apollographql.com/public/apollo-platform/variant/main/home?_gl=1%2A1280jog%2A_ga%2AMjg1MzUzMTc5LjE2OTExNDk4NDg.%2A_ga_0BGG5V2W2K%2AMTcxNjI5ODQ2My4xMjYuMS4xNzE2Mjk4NDY0LjAuMC4w), the api always returns the value ``Service`` for the ``__typename`` field. Example: ```graphql query GetGraph($graphId: ID!) { graph(id:...