You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GraphQlRepository
public interface PetRepository extends JpaRepository<Pet, Long>, QuerydslPredicateExecutor<QPet> {
}
AR: Spring GraphQL unable to handle petList query.
Perhaps, GraphQL type is not resolved correctly in org.springframework.graphql.data.query.AutoRegistrationRuntimeWiringConfigurer.AutoRegistrationWiringFactory#getOutputTypeName.