Skip to content

Commit 4b09305

Browse files
committed
changed token arg description to rerun the tests
1 parent 638346a commit 4b09305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL/loaders/usersMutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const load = parseGraphQLSchema => {
273273
type: new GraphQLNonNull(GraphQLString),
274274
},
275275
token: {
276-
descriptions: 'Reset email token that was emailed to the user',
276+
descriptions: 'Reset token that was emailed to the user',
277277
type: new GraphQLNonNull(GraphQLString),
278278
},
279279
},

0 commit comments

Comments
 (0)