vivekdhayaal

Results 2 issues of vivekdhayaal

trait t1 { @GraphQLDeprecated("Renamed as 'f2' in release r2; To be removed in r3") def f1: String def f2: Option[String] } The "GraphQLDeprecated" doesn't deprecate the annotated trait field f1....

as per the spec: https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfo "hasPreviousPage ... If the client is paginating with first/after, then the client may return true if edges prior to after exist, if it can do...