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

Issue with "@lookup must not return a list rule" #103

Open
glen-84 opened this issue Jan 2, 2025 · 0 comments
Open

Issue with "@lookup must not return a list rule" #103

glen-84 opened this issue Jan 2, 2025 · 0 comments

Comments

@glen-84
Copy link
Contributor

glen-84 commented Jan 2, 2025

 IsListType(type)

    If type is a Non-Null type:
        Let innerType be the inner type of type.
        Return IsSingleObjectType(innerType).
    Else if type is a List type:
        Return true.
    Else:
        Return false.

Should IsSingleObjectType be IsListType?

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

No branches or pull requests

1 participant