Context for Builder directives (`@searchBy`/`@sortBy`) 🧐
☣ | Breaking changes |
---|
There are should not be any breaking changes in the graphql
package if you are not adding custom Builder directive(s) nor extend @searchBy
/@sortBy
directives nor using SchemaPrinter
directly. If you are using the testing
helpers, you may need to convert dynamic calls to static.
Features
- Laravel v10 support (#58, 1815b63)
- Laravel/Scout v10 support (eb6c34c)
- PHPUnit v10 support (#60, e8e89ed)
- graphql:
TypeSource
instead of$type
+$nullable
(#57, b1f5744) ☣ - graphql-printer: New package (#56, 4e9bfed) ☣