Closed
Description
My company recently discovered the undocumented executeSync
method that is exposed in graphql-js
. We would like to use it to synchronously generate schema based mock data for our tests, however, we are wary of using an undocumented API.
Is this method intended for internal use only, or is it safe to assume that no breaking changes will be introduced? If this method is safe for external users to consume, it would be great to add it to the documentation.