query myquery { origin(url: "https://github.com/python/cpython") { url id visits(first: 2) { nodes { status date } pageInfo { endCursor hasNextPage } } } origins(first: 2, after: "110") { nodes { url id } pageInfo { hasNextPage endCursor } } }