cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Graphql: Nested array type generate normal array in CreateInput

I create this type

 type Block {
    id: ID! @id
    type: BlockType!
    contentTable: [[String]]
}

On the GraphQL documentation playground, the return type shows contentTable: [[String]] correctly but BlockCreateInput just shows contentTable: [String], one level of array disappear. Did I miss something?

0 REPLIES 0