Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !12476

Graphql nodejs express server lists fixup

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/antonio-petricca/graphql-nodejs-express-server-lists-fixup into master 3 years ago
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 1

Created by: antonio-petricca

This PR fixes the arrays/lists rendering.

Previous output:

type MyDTO {
  MyField: MyListType
}

Fixed output:

type MyDTO {
  MyField: [MyListType!]
}
Approval is optional

Merged by (Jul 27, 2025 7:34pm UTC)

Loading

Activity


  • Administrator mentioned in merge request !12389 (merged) 3 years ago

    mentioned in merge request !12389 (merged)

  • William Cheng added Issue: Bug Server: GraphQL Server: Nodejs labels 3 years ago

    added Issue: Bug Server: GraphQL Server: Nodejs labels

  • William Cheng changed milestone to %6.0.1 3 years ago

    changed milestone to %6.0.1

  • William Cheng closed 3 years ago

    closed

Please register or sign in to reply
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
3
Issue: Bug Server: GraphQL Server: Nodejs
3
Issue: Bug Server: GraphQL Server: Nodejs
    Assign labels
  • Manage project labels

Milestone
6.0.1
6.0.1 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: OpenAPITools/openapi-generator!12476
Source branch: github/fork/antonio-petricca/graphql-nodejs-express-server-lists-fixup

Menu

Explore Projects Groups Snippets