Skip to content

Commit 4f92bfd

Browse files
committed
add deprecated comment
1 parent c39e0f3 commit 4f92bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/__tests__/subscribe-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ describe('Subscription Initialization Phase', () => {
442442
assert(isAsyncIterable(eventStream));
443443
});
444444

445-
it('throws an error if document is missing when using positional arguments', async () => {
445+
it('Deprecated: throws an error if document is missing when using positional arguments', async () => {
446446
const schema = new GraphQLSchema({
447447
query: DummyQueryType,
448448
subscription: new GraphQLObjectType({

0 commit comments

Comments
 (0)