Skip to content

MariuszCwikla/spring-graphql-federation-union-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring GraphQL federation interface/union issue

Repo created for the purpose of reporting an issue.

Application fails with the error:

Caused by: graphql.schema.idl.errors.SchemaProblem: errors=[There is no type resolver defined for interface / union 'ProductResult' type]

However if you disable federation, e.g. by commenting this out then app runs fine:

//@Configuration		//comment this out
public class SpringGraphqlFedrationConfiguration {

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages