Seb Jachec
paginationArgs
mbonnin
type Query @fieldPolicy(forField: "authors", paginationArgs: "first, after") { authors: [Author] }
{ authors(first: 50, after: 0) { id } }
QUERY_ROOT.authors
QUERY_ROOT.authors({"first": 50, "after": 0})
A modern programming language that makes developers happier.