createSchemaCustomization is failing to find tracer in 2.21.31 vs 2.21.19 #24100
Labels
status: confirmed
Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
status: needs core review
Currently awaiting review from Core team member
topic: GraphQL
Related to Gatsby's GraphQL layer
type: bug
An issue or pull request relating to a bug in Gatsby
Description
createSchemaCustomization
is not working as intended in2.21.31
vs2.21.19
Is #23589 potentially related?
Steps to reproduce
2.21.19
to start develop server2.21.31
Cannot read property 'tracer' of undefined
on fields that use custom schema resolver.Expected result
Schema customizations should work as they do in previous versions.
If there is updated documentation I may have missed, please let me know.
The text was updated successfully, but these errors were encountered: