Skip to content

Commit

Permalink
add deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 12, 2022
1 parent c39e0f3 commit 4f92bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/__tests__/subscribe-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ describe('Subscription Initialization Phase', () => {
assert(isAsyncIterable(eventStream));
});

it('throws an error if document is missing when using positional arguments', async () => {
it('Deprecated: throws an error if document is missing when using positional arguments', async () => {
const schema = new GraphQLSchema({
query: DummyQueryType,
subscription: new GraphQLObjectType({
Expand Down

0 comments on commit 4f92bfd

Please sign in to comment.