Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-05-2022 12:58 AM
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?
All the sessions of the conference are now available online