federation-jvm
federation-jvm copied to clipboard
JVM support for Apollo Federation
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.protobuf:protoc](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.25.2` -> `3.25.3` |...
Let's say I import the `@key` directive as `@myKey`: ```graphql extend schema @link(url: "https://specs.apollo.dev/federation/v2.5", import: [{name : "@key", as : "@myKey"}, "@requiresScopes", "Scope", "FieldSet"]) type Product @myKey(fields: "id") { id:...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | openjdk | final | major | `17.0.2` -> `21` | ---...
For enterprise users it's important to be able to mask out errors that are sent to studio but still keep the text for users and logs. It's support in node...
hi. in micro service architecture, i am using apollo federation jvm with spring graphql. When I compile the project as native, I am getting an error as follows. Can you...
Official documentation should be accessible from https://www.apollographql.com/docs/. This will help new users discover, understand and use this project, as well as provide an API reference.
This ticket is to track updating the README to contain a section about the recently added cache control featureset such as how it works, where additional documentation can be found...
By default GraphQL-Java's `SchemaGenerator` treats hash comments as descriptions when generating a schema from an SDL file. I believe GraphQL-Java does this for historical reasons, since hash comments predated docstring...
``` query($arg1: String!, $arg2: String!, $arg3: String!){ _entities(representations: [{ __typename: "SomeEntity", arg1: $arg1, arg2: $arg2, arg3: $arg3 }]) { ... on SomeEntity { someField } } } ``` fails on...