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

fix(graphql): Support @Field of list type in IntersectionType #2276

Merged
merged 1 commit into from
Jul 8, 2022
Merged

fix(graphql): Support @Field of list type in IntersectionType #2276

merged 1 commit into from
Jul 8, 2022

Commits on Jul 2, 2022

  1. fix(graphql): Support @field of List type in IntersectionType

    Fix @field of List type in IntersectionType.
    Previously array wrapper was ignored and GraphQL List wrapper was not applied:
    ```typescript
    // [String] was interpreted as String
    @field(() => [String])
    ```
    
    Fixes #1420
    exarus committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d36caa7 View commit details
    Browse the repository at this point in the history