You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #102 has revealed that the GraphQL server will crash if a request fails for a data source built with the RESTDataSource class. Instead, the data source response should include an error and the server should keep chugging along. Make it so!
Issue #102 has revealed that the GraphQL server will crash if a request fails for a data source built with the
RESTDataSourceclass. Instead, the data source response should include an error and the server should keep chugging along. Make it so!