forked from silverstripe/silverstripe-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor several APIs to improve stability
Allow Behat smoke test failures for now Upstream is broken, and it's out of our control to fix (Chrome bug) - see silverstripe/silverstripe-asset-admin#1163 ENHANCEMENT: Code gen stores entire config array Context provider refactor Refactor nested plugins as a service Get rid of build state Get builds working Sorting and filtering working with new context providers simplify dataobject resolve, get rid of default resolvers Rebase, tests passing New ResolverFailure, resolverComposition for better error handling Fix schema context psr-4, queryhandlerinterface contract Fix aliases in create/update, add massive integration test Linting
- Loading branch information
Showing
75 changed files
with
2,441 additions
and
1,324 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SilverStripe\Core\Injector\Injector: | ||
SilverStripe\EventDispatcher\Dispatch\Dispatcher: | ||
properties: | ||
handlers: | ||
graphqlTranscribe: | ||
on: [ graphqlSchemaBuild ] | ||
handler: '%$SilverStripe\GraphQL\Schema\Services\SchemaTranscribeHandler' |
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
Oops, something went wrong.