| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Test ReportTest Results
Code Coverage (Java 25)
Changed Class Coverage (1 class)
|
Sorry, something went wrong.
|
Double-checked against the current GraphQL draft spec. Example 83 is exactly the case covered by this PR: input Example { self: [Example!]! value: String } The spec says this circular reference is valid because self may be an empty list, and the Input Object type validation rule says a recursive chain is valid when at least one field in the chain is nullable or a List type. Spec reference: https://spec.graphql.org/draft/#sec-Input-Objects.Circular-References |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Verification
Fixes #4214