question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multi-dimensional list types

See original GitHub issue

Is your feature request related to a problem? Please describe. I have a graph that uses a multi-dimensional list ([[String!]!]!) Multi-dimensional lists are explicitly not supported https://github.com/ChilliCream/hotchocolate/blob/master/src/Core/Types/Types/ListType.cs#L28-L30 but aren’t specifically prohibited in the graphql spec.

Especially in the context of stitching, we don’t always have full control over the schema we’re consuming, so matching the spec is critical.

Describe the solution you’d like The implementation to match the graphql spec.

I looked through other issues and I wasn’t able to determine if this is already planned or if there is any kind of significant roadblock to implementing this.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelstaibcommented, Apr 8, 2019

@tunurgitr we will start on this one now.

1reaction
michaelstaibcommented, Apr 1, 2019

Hi @tunurgitr,

we have that one on our todo list. We will fix this with the next version. I am sorry that you ran into this issue but when we conceived HC we postponed this one since it makes a lot things more complicated. With the new type system almost read for a preview build we will fix this flaw in our implementation very soon. I hope to get this done in the next three weeks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multi-dimensional list
Now, we're going to look at multi-dimensional lists with two or even more dimensions ... You can create nested lists of different types...
Read more >
Multi-dimensional lists in Python
Multi-dimensional lists are the lists within lists. Usually, a dictionary will be the better choice rather than a multi-dimensional list in ...
Read more >
Multi-dimensional lists in Python
Multi-dimensional lists in Python ... Lists are a very widely use data structure in python. They contain a list of elements separated by...
Read more >
How to Build Multi Type Multidimensional Arrays in TypeScript
While a normal array consists of a list of numbers or other objects, a multidimensional array consists of a list of arrays. A...
Read more >
Python: Multi-dimensional array of different types
I want something which is really a continuous array of pointers in memory, not a list. (Each list itself is continuous, but when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found