-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increased logging to console and introduced file logging to facilitat…
…e troubleshooting. File logging: -uses pino and pino-pretty logging libraries -log level is controlled via the --log-verbose option which will output more information to the file (default log level is INFO) -queries and node/edge data are logged at DEBUG level and not logged by default Console output: -added more messages and spinners to indicate what the utility is doing and its progress -yellow text is used to highlight some information for the user Other: -fixed sample TODO schema which had extra data that causes it to fail when used as an import schema -deleted unused test case input graphql schema files
- Loading branch information
1 parent
e0656ae
commit ee6578b
Showing
15 changed files
with
507 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,4 @@ type Todo { | |
|
||
type Comment { | ||
content: String | ||
} | ||
|
||
input Options { | ||
limit: Int | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.