We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f7151 commit b979d93Copy full SHA for b979d93
versioned_docs/version-v20/subscriptions.md
@@ -59,7 +59,7 @@ GraphQL graphQL = GraphQL
59
60
String query = "" +
61
" subscription StockCodeSubscription {\n" +
62
- " stockQuotes(stockCode:\"IBM') {\n" +
+ " stockQuotes(stockCode:\"IBM\") {\n" +
63
" dateTime\n" +
64
" stockCode\n" +
65
" stockPrice\n" +
0 commit comments