Skip to content

Commit

Permalink
feat: add support for outputDirectory in the cli info
Browse files Browse the repository at this point in the history
  • Loading branch information
alichherawalla committed Aug 26, 2024
1 parent 548a3d2 commit 0930006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/graphql-testkit.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if (!commandLineArgs[0]) {
'\nendpoint=GraphQL endpoint you want to create the postman collection for\n' +
'headers=Comma separated list of headers that you want to pass with the request to get the schema\n' +
'maxDepth=Maximum amount of nesting you want in the auto-generated queries and mutations\n' +
'outputDirectory=Output directory to store the schema and collection in\n' +
''
);
} else {
Expand Down

0 comments on commit 0930006

Please sign in to comment.