chatoooo

Results 2 issues of chatoooo

Consider this schema ```graphql type PageInfo { startCursor: String endCursor: String hasNextPage: Boolean! hasPreviousPage: Boolean! } type Entity { id: ID! name: String! } type EntitiesResult { entities: [Entity!]! pageInfo:...

bug
stale

Hi, thanks for a great kotlin library. I'm implementing tree structure in JSON so I need a recursiveRef. Do you have any plans to add the feature in a near...