add support for custom scalars -- mainly adding proper import machinery

This commit is contained in:
Ben Kraft
2021-04-08 13:07:31 -07:00
parent e68787ad35
commit b4e8316c6a
31 changed files with 283 additions and 89 deletions
+2
View File
@@ -1,6 +1,7 @@
query getViewer {
viewer {
MyName: name
createdAt
}
}
@@ -8,5 +9,6 @@ query getViewer {
query getUser($Login: String!) {
user(login: $Login) {
theirName: name
createdAt
}
}