add support for custom scalars -- mainly adding proper import machinery
This commit is contained in:
+3
@@ -1,3 +1,5 @@
|
||||
scalar DateTime
|
||||
|
||||
enum Role {
|
||||
STUDENT
|
||||
TEACHER
|
||||
@@ -60,6 +62,7 @@ type Query {
|
||||
user(query: UserQueryInput): User
|
||||
root: Topic!
|
||||
randomLeaf: LeafContent!
|
||||
convert(dt: DateTime!, tz: String): DateTime!
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
|
||||
Reference in New Issue
Block a user