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

Graphql nodejs express server lists fixup #12476

Conversation

antonio-petricca
Copy link
Contributor

This PR fixes the arrays/lists rendering.

Previous output:

type MyDTO {
  MyField: MyListType
}

Fixed output:

type MyDTO {
  MyField: [MyListType!]
}

@antonio-petricca
Copy link
Contributor Author

antonio-petricca commented May 26, 2022

Please, about failed tests, consider only the changes on model.mustache file.

@wing328 wing328 added this to the 6.0.1 milestone May 26, 2022
@wing328 wing328 merged commit e83f1ed into OpenAPITools:master May 26, 2022
@wing328
Copy link
Member

wing328 commented May 26, 2022

Samples updated via 210b43a

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

Successfully merging this pull request may close these issues.

None yet

2 participants