I have two subgraphs that contribute to a supergraph by following apollo federation 2.0. One of the subgraph defines a type Payment which has a field bill. The subgraph that defines the Payment type has only id of the bill and other fields in the bill type are resolved by the other subgraph. The key of the type bill is an id field. I want to change the key of the type bill to composite key containing two fields i.e. id and a new field called source. What changes I would need to make and how can I ensure that the composition by apollo router works fine, if changes in one subgraph would be deployed and then after sometime the changes in another subgraph would be deployed?
Related Questions in APOLLO
- Error creating bean with name 'routerFunctionMapping' defined in class path resource
- Apollo GraphQL Kotlin Codegen Fragment Serializable
- Choosing Backend for Multilingual E-commerce with Nuxt 3, MongoDB, GraphQL
- Apollo call API which provides all of a type, reducing duplicate calls when resolving individuals
- Pagination does not work in Apollo React Native
- GraphQL query in React for Sorare data (running locally)
- Context is undefined in Apollo RESTDataSource
- Apollo query subscription doesn't have extensions part in Error
- React front end not reaching graphQL resolver
- Wrong data is given from Apollo cache to React because of missing ids
- How to handle multiple api endpoints for apollo iOS
- Apollo headers not found parsing in Node.js
- When sending data to the database an error occurs [ApolloError: VALIDATION_ERROR]
- Apollo is returning data wrong, but is correct in Network inspector
- Call one query and wait for it to finish before calling another one
Related Questions in GRAPHQL-JAVA
- graphql-java extension type redefine error from version 15
- GraphQL Mutation with Same input and Type object using Spring for graphQL
- ArgumentValue vs Optional (nullabale parameter) GraphQL Controller
- How to return reactor.core.publisher.ParallelFlux in Graphql?
- How to unit test spring BatchLoaderRegistry with HttpGraphQlTester in SpringBootTest
- How to access HttpServletRequest from Spring for Graphql WebGraphQlInterceptor
- org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type Instant to type org.joda.time.DateTime
- Include fields/projections from external schema in a graphql projections
- GraphQL Subscription gets closed with 1000 Normal Closure immediately after opening (SpringBoot)
- How to handle exception thrown from HandlerInterceptor implementation class using DataFetcherExceptionResolverAdapter Resolver?
- Migrating to Spring Graphql from GraphQL java kickstart
- Netflix GraphQL DGS Codegen "dgsCodegen" not generating classes from schemas in external dependency
- Apollo federation with graphql java kickstart giving runtime error while executing query
- In graphql java kickstart how to extract raw query being fired
- How to resolve graphql payload size?
Related Questions in APOLLO-FEDERATION
- Apollo Federation Resolve Array from IDs
- Apollo Federation: Local development of an underlying service while extending types
- Forward header to implementations
- Dataloader is using only recent context
- Extend shareable object in Apollo GraphQL Federation v2
- Add appsync as subgraph to apollo graphql supergraph
- Does GraphQL introspection work on a federated system?
- Importing "@authenticated" directive using nestjs, apollo, and code-first approach
- Graphql Inner and Left Join
- Mutation validation ids in input for entities from another service. GraphQL Apollo Federation
- How to apply alias in @key field in apollo federation
- Spring Graphql Resolvers
- How to expose authentication microservice to other microservices in nestjs graphql (code-first) federation?
- Nestjs GraphQL Apollo Federation - resolver has an object in debug, returns an object with nulls
- What is the difference between GraphQL-Mesh and Apollo-Federation?
Related Questions in NETFLIX-DGS
- Unresolved reference error is showing up after adding the dgs codegen plugin successfully
- How to use kotlin coroutines with netflix-dgs
- GraphQL DGS: Input data mutation/transformation with custom directives
- How to configure the graphql endpoint in Netflix DGS with spring boot
- Netflix GraphQL DGS Codegen "dgsCodegen" not generating classes from schemas in external dependency
- Netflix dgs springboot UI http://localhost:8080/graphiql not working
- How to resolve graphql payload size?
- Changing Keys of a subgraph in apollo federation
- Kotlin extensions for GraphQL
- Graphql : Get parent's parent source - getSource() in graphql java
- In graphql what is difference between a `type query` and `extend type query`?
- Propagate data from parent to data data loader DGS netflix
- How implements agregation function SUM in QueryDsl
- Graphql Inner and Left Join
- com.netflix.graphql.dgs:graphql-dgs-client version compatibility with spring boot 3.x
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)