schema is not needed if the top level types are named Query/Mutation/Subscription

This commit is contained in:
Andreas Marek
2021-01-19 18:19:10 +11:00
committed by Rossen Stoyanchev
parent 5ccacd1bb4
commit 19f2693bdf

View File

@@ -1,8 +1,3 @@
schema {
query: Query
subscription : Subscription
}
type Query {
hello: String
}