As it stands WP-GraphQL doesn't implement the totalCount field. ... { posts(first:1) { edges { node { id title } } pageInfo { total hasNextPage endCursor } ...
確定! 回上一頁