Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Schema augmentation refactor #322

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
19ee83b
Upstream merge
michaeldgraham Sep 4, 2019
3e7d4b1
Upstream merge
michaeldgraham Oct 2, 2019
2372903
Update for augmentation refactor
michaeldgraham Oct 8, 2019
8f3e41f
Update for augmentation refactor
michaeldgraham Oct 8, 2019
3834f49
formatting fix
michaeldgraham Oct 8, 2019
c8c9042
Update for augmentation refactor
michaeldgraham Oct 8, 2019
e351c48
Update for augmentation refactor
michaeldgraham Oct 9, 2019
555b86e
Update for augmentation refactor
michaeldgraham Oct 9, 2019
2fcc59b
Update for augmentation refactor
michaeldgraham Oct 9, 2019
917fa1b
Augmentation refactor
michaeldgraham Oct 9, 2019
a5c8b21
Replaced with folder for refactor
michaeldgraham Oct 9, 2019
8094500
avoid overwriting existent filtering test file
michaeldgraham Oct 9, 2019
f97548c
Updates resultant from augmentation refactor
michaeldgraham Oct 9, 2019
797155a
file name change for generated filtering tests
michaeldgraham Oct 9, 2019
d2b5269
Removal of Windows \r line separators
michaeldgraham Oct 9, 2019
df2e3ce
documentation comments
michaeldgraham Oct 22, 2019
534a967
schema type support, documentation comments
michaeldgraham Oct 22, 2019
bc5d452
documentation comments
michaeldgraham Oct 22, 2019
1f28271
documentation comments
michaeldgraham Oct 22, 2019
3468ce6
documentation comments
michaeldgraham Oct 22, 2019
1a707a5
schema type support, documentation comments
michaeldgraham Oct 22, 2019
43f9f46
schema type support, documentation comments
michaeldgraham Oct 22, 2019
ba85677
schema type support, documentation comments
michaeldgraham Oct 22, 2019
39287e3
documentation comments
michaeldgraham Oct 22, 2019
5df9d61
schema type support, documentation comments
michaeldgraham Oct 22, 2019
accf5d2
documentation comments
michaeldgraham Oct 22, 2019
dc7146c
documentation comments
michaeldgraham Oct 22, 2019
2ed9b27
documentation comments
michaeldgraham Oct 22, 2019
e803f09
schema type support, documentation comments
michaeldgraham Oct 22, 2019
35baa04
schema type support, subscription persistence
michaeldgraham Oct 22, 2019
72c7f4f
prints directives, persists schema and subscription type
michaeldgraham Oct 22, 2019
622274b
non-default operation type names
michaeldgraham Oct 22, 2019
29af6a0
small refactor
michaeldgraham Oct 22, 2019
e6d6bd3
merge resolution
michaeldgraham Oct 22, 2019
c370b0a
CasedType inclusion for merge resolution
michaeldgraham Oct 22, 2019
16246f3
CasedType resolver for merge resolution
michaeldgraham Oct 22, 2019
8d148ba
merge conflict and formatting fix
michaeldgraham Oct 22, 2019
a37fed6
CasedType test addition
michaeldgraham Oct 22, 2019
730c22a
put @isAuthenticated back into testing schema
michaeldgraham Oct 22, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublish": "npm run build",
"test": "nyc --reporter=lcov ava test/unit/**.test.js --verbose",
"parse-tck": "babel-node test/helpers/tck/parseTck.js",
"test-tck": "nyc ava --fail-fast test/tck/*.test.js",
"test-tck": "nyc ava --fail-fast test/unit/filterTests.test.js",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test-all": "nyc ava --verbose",
"test-isolated": "nyc ava test/**/*.test.js --verbose --match='!*not-isolated*'",
Expand Down
Loading