Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit requireOneSlicingArgument from @listSize if false #7398

Open
cmeeren opened this issue Aug 23, 2024 · 0 comments · May be fixed by #7418
Open

Omit requireOneSlicingArgument from @listSize if false #7398

cmeeren opened this issue Aug 23, 2024 · 0 comments · May be fixed by #7418
Assignees

Comments

@cmeeren
Copy link
Contributor

cmeeren commented Aug 23, 2024

Product

Hot Chocolate

Version

14.0.0-rc.0

Steps to reproduce

Add the attribute [<ListSize(AssumedSize = 20)>] to a (sync) list field (the value doesn't matter).

What is expected?

The SDL contains @listSize(assumedSize: 20)

What is actually happening?

The SDL contains @listSize(assumedSize: 20, requireOneSlicingArgument: false)

Relevant log output

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants