@keystone-next/fields | @keystone-next/app-basic | @keystone-next/example-blog | @keystone-next/example-ecommerce | keystone-next-app | @keystone-next/example-json-field | @keystone-next/example-roles | @keystone-next/example-sandbox | @keystone-next/example-task-manager | @keystone-next/example-with-auth |
---|---|---|---|---|---|---|---|---|---|
major |
patch |
patch |
patch |
patch |
patch |
patch |
patch |
patch |
patch |
The GraphQL field _all<path>Meta { count }
generated for many
relationships has been deprecated in favour of a new field <path>Count
, which directly returns the count.
A posts
relationship field would have the following field added to the API:
postsCount(where: PostWhereInput! = {}): Int