handle nested lists correctly
This commit is contained in:
+1
@@ -67,6 +67,7 @@ type Query {
|
||||
convert(dt: DateTime!, tz: String): DateTime!
|
||||
maybeConvert(dt: DateTime, tz: String): DateTime
|
||||
getJunk: Junk
|
||||
listOfListsOfLists: [[[String!]!]!]!
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
|
||||
Reference in New Issue
Block a user