Merged
requested to merge github/fork/antonio-petricca/graphql-nodejs-express-server-lists-fixup into master
Created by: antonio-petricca
This PR fixes the arrays/lists rendering.
Previous output:
type MyDTO {
MyField: MyListType
}
Fixed output:
type MyDTO {
MyField: [MyListType!]
}
Activity
mentioned in merge request !12389 (merged)
added Issue: Bug Server: GraphQL Server: Nodejs labels
changed milestone to %6.0.1
Please register or sign in to reply