Skip to content

Commit

Permalink
Swap
Browse files Browse the repository at this point in the history
  • Loading branch information
dthyresson committed Jul 6, 2023
1 parent f5d030b commit d09bcff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const schema = gql`
* To test this Countdown subscription, run the following in the GraphQL Playground:
*
* subscription CountdownFromInterval {
* countdown(from: 10, interval: 100)
* countdown(from: 100, interval: 10)
* }
*/
const countdown = {
Expand Down

0 comments on commit d09bcff

Please sign in to comment.