diff --git a/samples/webflux-websocket/src/main/resources/schema.graphqls b/samples/webflux-websocket/src/main/resources/schema.graphqls index 8716049a..b3ba26d9 100644 --- a/samples/webflux-websocket/src/main/resources/schema.graphqls +++ b/samples/webflux-websocket/src/main/resources/schema.graphqls @@ -1,8 +1,3 @@ -schema { - query: Query - subscription : Subscription -} - type Query { hello: String }