You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
In HotChocolate v14, I was able to use [UseOffsetPaging(IncludeTotalCount = true, MaxPageSize = 1000)] on my query methods without issues.
However, after upgrading to HotChocolate v15.1.3, the following errors are thrown:
CS0246: The type or namespace name 'UseOffSetPagingAttribute' could not be found
CS0246: The type or namespace name 'UseOffSetPaging' could not be found
It seems like the attribute no longer exists or was moved/renamed, but this breaking change is not clearly documented.
The solution you'd like
I would like to use UseOffSetPaging still in version 15
The text was updated successfully, but these errors were encountered:
Product
Hot Chocolate
Is your feature request related to a problem?
Summary:
In HotChocolate v14, I was able to use [UseOffsetPaging(IncludeTotalCount = true, MaxPageSize = 1000)] on my query methods without issues.
However, after upgrading to HotChocolate v15.1.3, the following errors are thrown:
CS0246: The type or namespace name 'UseOffSetPagingAttribute' could not be found
CS0246: The type or namespace name 'UseOffSetPaging' could not be found
It seems like the attribute no longer exists or was moved/renamed, but this breaking change is not clearly documented.
The solution you'd like
I would like to use UseOffSetPaging still in version 15
The text was updated successfully, but these errors were encountered: