allow map[string]interface{}, and other such things, as scalars
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
scalar DateTime
|
||||
|
||||
scalar Junk
|
||||
scalar ComplexJunk
|
||||
|
||||
enum Role {
|
||||
STUDENT
|
||||
@@ -67,6 +67,7 @@ type Query {
|
||||
convert(dt: DateTime!, tz: String): DateTime!
|
||||
maybeConvert(dt: DateTime, tz: String): DateTime
|
||||
getJunk: Junk
|
||||
getComplexJunk: ComplexJunk
|
||||
listOfListsOfLists: [[[String!]!]!]!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user