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.

thriverist
Node
since ‎01-05-2022
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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: [Str...