Skip to content

Commit

Permalink
feat(graphql): Awesome SchemaPrinter with directives, filtering, an…
Browse files Browse the repository at this point in the history
…d advanced formating.

These are few known issues:
* Schema description is not yet supported by `graphql-php` (webonyx/graphql-php#1027)
* "implements" for interfaces is not yet supported by Lighthouse (just for the reference webonyx/graphql-php#728)
  • Loading branch information
LastDragon-ru committed Jan 30, 2022
2 parents bd17db3 + 0d92440 commit ae4379f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Observer/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

use Closure;
use SplObjectStorage;
use function array_values;
use function iterator_to_array;

/**
* @template TContext
Expand Down

0 comments on commit ae4379f

Please sign in to comment.