Skip to content

Commit ae4379f

Browse files
committed
feat(graphql): Awesome SchemaPrinter with directives, filtering, and 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)
2 parents bd17db3 + 0d92440 commit ae4379f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Observer/Dispatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
use Closure;
66
use SplObjectStorage;
7+
use function array_values;
8+
use function iterator_to_array;
79

810
/**
911
* @template TContext

0 commit comments

Comments
 (0)