We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032b762 commit 993ec7dCopy full SHA for 993ec7d
1 file changed
examples/graphql-yoga/graphql/Subscription/countdown.ts
@@ -2,7 +2,7 @@ import type { IFieldResolver } from "@graphql-tools/utils";
2
3
export const schema = /* GraphQL */ `
4
extend type Subscription {
5
- countdown(from: Int!): Int!
+ countdown(from: Int = 3): Int!
6
}
7
`;
8
0 commit comments