americanexpress / nodes

A GraphQL JVM Client - Java, Kotlin, Scala, etc.
Apache License 2.0
307 stars 70 forks source link

StackOverflowError when model class has property with reference on himself #82

Closed arudnev84 closed 5 years ago

arudnev84 commented 5 years ago

public class DisplayElement { private String type; private String text; private List styles; private String url; private List< DisplayElement > displayElements; private Boolean isSelected; private Boolean isHighlighted; }

chemdrew commented 5 years ago

closing as duplicate of #79