Skip to content

Context for Builder directives (`@searchBy`/`@sortBy`) 🧐

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 07:57
3.0.0
d3e6f8e
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

Code Refactoring

  • testing: WithTestData::getTestData() converted to static (90acff9) ☣
  • testing: WithTempDirectory::getTempDirectory() converted to public static (6f0810c) ☣
  • testing: WithTempFile::getTempFile() converted to public static (4f11c16) ☣