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
When sending a mutation with a zero-length collection as a nested field, shouldn't it be extracted as a zero-length list instead of null?
I tried adding a test to org.springframework.graphql.data.method.annotation.support.GraphQlArgumentInitializerTests. It fails since "items" is extracted as null.