schema is not needed if the top level types are named Query/Mutation/Subscription
This commit is contained in:
committed by
Rossen Stoyanchev
parent
5ccacd1bb4
commit
19f2693bdf
@@ -1,8 +1,3 @@
|
||||
schema {
|
||||
query: Query
|
||||
subscription : Subscription
|
||||
}
|
||||
|
||||
type Query {
|
||||
hello: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user