We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b979d93 + 175fd66 commit 5ccfa67Copy full SHA for 5ccfa67
2 files changed
documentation/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" +
versioned_docs/version-v21/subscriptions.md
0 commit comments